Searched defs:ino (Results 1 - 15 of 15) sorted by relevance

/include/linux/ceph/
H A Dtypes.h15 * Identify inodes by both their ino AND snapshot id (a u64).
18 u64 ino; member in struct:ceph_vino
H A Ddecode.h198 u64 ino, const char *path)
201 BUG_ON(*p + 1 + sizeof(ino) + sizeof(len) + len > end);
203 ceph_encode_64(p, ino);
197 ceph_encode_filepath(void **p, void *end, u64 ino, const char *path) argument
H A Dceph_fs.h326 & & 0x100000 -> use weird ino/path trace
443 __le64 ino; /* use this ino for openc, mkdir, mknod, member in struct:ceph_mds_request_head
450 __le64 ino, cap_id; /* ino and unique cap id */ member in struct:ceph_mds_request_release
492 __le64 ino; member in struct:ceph_mds_reply_inode
665 __le64 ino, realm; member in struct:ceph_mds_caps
705 __le64 ino; member in struct:ceph_mds_cap_item
721 __le64 ino; member in struct:ceph_mds_lease
734 __le64 pathbase; /* base ino fo
750 __le64 ino; /* snap realm base */ member in struct:ceph_mds_snaprealm_reconnect
781 __le64 ino; /* ino */ member in struct:ceph_mds_snap_realm
[all...]
/include/linux/
H A Dstat.h22 u64 ino; member in struct:kstat
H A Dcleancache.h18 ino_t ino; member in union:cleancache_filekey::__anon153
H A Dexportfs.h107 u32 ino; member in struct:fid::__anon236::__anon237
209 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
212 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
H A Dkernfs.h135 unsigned int ino; member in struct:kernfs_node
H A Dnfs_fs.h549 ino_t ino = (ino_t) fileid; local
551 ino ^= fileid >> (sizeof(u64)-sizeof(ino_t)) * 8;
552 return ino;
H A Df2fs_fs.h137 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */ member in struct:f2fs_orphan_block
230 __le32 ino; /* inode nunmber */ member in struct:node_footer
253 __le32 ino; /* inode number */ member in struct:f2fs_nat_entry
424 __le32 ino; /* inode number */ member in struct:f2fs_dir_entry
H A Dnfs_xdr.h587 __u64 ino; member in struct:nfs_entry
H A Dfs.h1910 static inline int __mandatory_lock(struct inode *ino) argument
1912 return (ino->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID;
1920 static inline int mandatory_lock(struct inode *ino) argument
1922 return IS_MANDLOCK(ino) && __mandatory_lock(ino);
2409 extern struct inode *ilookup(struct super_block *sb, unsigned long ino);
2678 * Don't strictly need d_lock here? If the parent ino could change
2791 u64 ino, unsigned type)
2793 return ctx->actor(ctx, name, namelen, ctx->pos, ino, type) == 0;
2789 dir_emit(struct dir_context *ctx, const char *name, int namelen, u64 ino, unsigned type) argument
/include/uapi/linux/
H A Dauto_fs4.h134 __u64 ino; member in struct:autofs_v5_packet
H A Dbfs_fs.h45 __le16 ino; member in struct:bfs_dirent
67 #define BFS_INO2OFF(ino) \
68 ((__u32)(((ino) - BFS_ROOT_INO) * sizeof(struct bfs_inode)) + BFS_BSIZE)
H A Djffs2.h124 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
146 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
187 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
H A Dfuse.h149 uint64_t ino; member in struct:fuse_attr
691 uint64_t ino; member in struct:fuse_dirent
715 uint64_t ino; member in struct:fuse_notify_inval_inode_out

Completed in 186 milliseconds