/linux-4.1.27/fs/ubifs/ |
D | key.h | 97 union ubifs_key *key, ino_t inum) in ino_key_init() 110 ino_t inum) in ino_key_init_flash() 126 union ubifs_key *key, ino_t inum) in lowest_ino_key() 139 union ubifs_key *key, ino_t inum) in highest_ino_key() 153 union ubifs_key *key, ino_t inum, in dent_key_init() 172 union ubifs_key *key, ino_t inum, in dent_key_init_hash() 188 ino_t inum, const struct qstr *nm) in dent_key_init_flash() 207 union ubifs_key *key, ino_t inum) in lowest_dent_key() 221 union ubifs_key *key, ino_t inum, in xent_key_init() 239 ino_t inum, const struct qstr *nm) in xent_key_init_flash() [all …]
|
D | orphan.c | 65 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan() 115 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan() 512 static int insert_dead_orphan(struct ubifs_info *c, ino_t inum) in insert_dead_orphan() 567 ino_t inum; in do_kill_orphans() 735 ino_t inum; 747 static int dbg_find_orphan(struct ubifs_info *c, ino_t inum) in dbg_find_orphan() 769 static int dbg_ins_check_orphan(struct rb_root *root, ino_t inum) in dbg_ins_check_orphan() 797 static int dbg_find_check_orphan(struct rb_root *root, ino_t inum) in dbg_find_check_orphan() 827 ino_t inum; in dbg_orphan_check() 860 ino_t inum; in dbg_read_orphans()
|
D | ubifs.h | 707 ino_t *inodes; 928 ino_t inum; 1242 ino_t highest_inum; 1510 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum); 1603 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum); 1678 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum); 1679 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum);
|
D | recovery.c | 1243 ino_t inum; 1258 static int add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, in add_ino() 1293 static struct size_entry *find_ino(struct ubifs_info *c, ino_t inum) in find_ino() 1315 static void remove_ino(struct ubifs_info *c, ino_t inum) in remove_ino() 1370 ino_t inum = key_inum(c, key); in ubifs_recover_size_accum()
|
D | io.c | 1036 size = (c->max_write_size / UBIFS_CH_SZ + 1) * sizeof(ino_t); in ubifs_wbuf_init() 1076 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_t inum) in ubifs_wbuf_add_ino_nolock() 1096 static int wbuf_has_ino(struct ubifs_wbuf *wbuf, ino_t inum) in wbuf_has_ino()
|
D | gc.c | 127 ino_t inuma, inumb; in data_nodes_cmp() 171 ino_t inuma, inumb; in nondata_nodes_cmp()
|
D | debug.c | 1761 ino_t inum; 1800 ino_t inum = key_inum_flash(c, &ino->key); in add_inode() 1878 static struct fsck_inode *search_inode(struct fsck_data *fsckd, ino_t inum) in search_inode() 1908 struct fsck_data *fsckd, ino_t inum) in read_add_inode() 1981 ino_t inum; in check_leaf() 2310 ino_t inuma, inumb; in dbg_check_data_nodes_order() 2377 ino_t inuma, inumb; in dbg_check_nondata_nodes_order()
|
D | replay.c | 194 ino_t ino; in trun_remove_range() 240 ino_t inum = key_inum(c, &r->key); in apply_replay_entry()
|
D | xattr.c | 285 static struct inode *iget_xattr(struct ubifs_info *c, ino_t inum) in iget_xattr()
|
D | tnc.c | 2669 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum) in ubifs_tnc_remove_ino() 2683 ino_t xattr_inum; in ubifs_tnc_remove_ino()
|
D | journal.c | 1154 ino_t inum = inode->i_ino; in ubifs_jnl_truncate()
|
/linux-4.1.27/fs/nilfs2/ |
D | ifile.h | 36 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) in nilfs_ifile_map_inode() 42 static inline void nilfs_ifile_unmap_inode(struct inode *ifile, ino_t ino, in nilfs_ifile_unmap_inode() 48 int nilfs_ifile_create_inode(struct inode *, ino_t *, struct buffer_head **); 49 int nilfs_ifile_delete_inode(struct inode *, ino_t); 50 int nilfs_ifile_get_inode_block(struct inode *, ino_t, struct buffer_head **);
|
D | ifile.c | 65 int nilfs_ifile_create_inode(struct inode *ifile, ino_t *out_ino, in nilfs_ifile_create_inode() 89 *out_ino = (ino_t)req.pr_entry_nr; in nilfs_ifile_create_inode() 108 int nilfs_ifile_delete_inode(struct inode *ifile, ino_t ino) in nilfs_ifile_delete_inode() 143 int nilfs_ifile_get_inode_block(struct inode *ifile, ino_t ino, in nilfs_ifile_get_inode_block()
|
D | segment.h | 235 extern void nilfs_flush_segment(struct super_block *, ino_t);
|
D | dir.c | 399 ino_t nilfs_inode_by_name(struct inode *dir, const struct qstr *qstr) in nilfs_inode_by_name() 401 ino_t res = 0; in nilfs_inode_by_name()
|
D | nilfs.h | 238 extern ino_t nilfs_inode_by_name(struct inode *, const struct qstr *);
|
D | recovery.c | 50 ino_t ino; /* Inode number of the file that this block 324 ino_t ino; in nilfs_scan_dsync_log()
|
D | inode.c | 370 ino_t ino; in nilfs_new_inode() 692 ino_t ino = inode->i_ino; in nilfs_update_inode()
|
D | namei.c | 71 ino_t ino; in nilfs_lookup()
|
D | ioctl.c | 641 ino_t ino; in nilfs_ioctl_move_blocks()
|
D | segment.c | 1496 ino_t ino = 0; in nilfs_segctor_update_payload_blocknr() 2077 void nilfs_flush_segment(struct super_block *sb, ino_t ino) in nilfs_flush_segment()
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_extern.h | 59 extern void vxfs_dumpi(struct vxfs_inode_info *, ino_t); 63 extern struct vxfs_inode_info * vxfs_blkiget(struct super_block *, u_long, ino_t); 64 extern struct vxfs_inode_info * vxfs_stiget(struct super_block *, ino_t); 65 extern struct inode * vxfs_iget(struct super_block *, ino_t);
|
D | vxfs_inode.c | 52 vxfs_dumpi(struct vxfs_inode_info *vip, ino_t ino) in vxfs_dumpi() 88 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() 130 __vxfs_iget(ino_t ino, struct inode *ilistp) in __vxfs_iget() 174 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget() 293 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget()
|
D | vxfs_lookup.c | 174 static ino_t 179 ino_t ino = 0; in vxfs_inode_by_name() 209 ino_t ino; in vxfs_lookup()
|
D | vxfs.h | 168 ino_t vsi_fshino; /* fileset header inode */
|
/linux-4.1.27/include/trace/events/ |
D | ext3.h | 16 __field( ino_t, ino ) 46 __field( ino_t, dir ) 68 __field( ino_t, ino ) 69 __field( ino_t, dir ) 93 __field( ino_t, ino ) 115 __field( ino_t, ino ) 137 __field( ino_t, ino ) 160 __field( ino_t, ino ) 189 __field( ino_t, ino ) 241 __field( ino_t, ino ) [all …]
|
D | ext4.h | 77 TP_PROTO(struct inode *inode, ino_t orig_ino), 83 __field( ino_t, ino ) 84 __field( ino_t, orig_ino ) 113 __field( ino_t, ino ) 142 __field( ino_t, dir ) 164 __field( ino_t, ino ) 165 __field( ino_t, dir ) 189 __field( ino_t, ino ) 211 __field( ino_t, ino ) 233 __field( ino_t, ino ) [all …]
|
D | f2fs.h | 124 __field(ino_t, ino) 125 __field(ino_t, pino) 163 __field(ino_t, ino) 193 __field(ino_t, ino) 275 __field(ino_t, ino) 319 __field(ino_t, ino) 348 __field(ino_t, ino) 406 __field(ino_t, ino) 453 __field(ino_t, ino) 487 __field(ino_t, ino) [all …]
|
D | btrfs.h | 97 __field( ino_t, ino ) 236 __field( ino_t, ino ) 313 __field( ino_t, ino ) 369 __field( ino_t, ino ) 402 __field( ino_t, ino ) 403 __field( ino_t, parent )
|
D | jbd2.h | 122 __field( ino_t, ino )
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.h | 34 static inline ino_t 37 if ((sizeof(ino_t)) < (sizeof(u64))) in cifs_uniqueid_to_ino_t() 38 return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; in cifs_uniqueid_to_ino_t() 40 return (ino_t)fileid; in cifs_uniqueid_to_ino_t()
|
D | readdir.c | 694 ino_t ino; in cifs_filldir()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dtree.h | 257 ino_t * data, struct btstack * btstack, int flag); 260 ino_t * ino, struct btstack * btstack); 263 ino_t * data, int flag); 266 ino_t * orig_ino, ino_t new_ino, int flag);
|
D | namei.c | 81 ino_t ino; in jfs_create() 213 ino_t ino; in jfs_mkdir() 350 ino_t ino; in jfs_rmdir() 476 ino_t ino; in jfs_unlink() 795 ino_t ino; in jfs_link() 878 ino_t ino = 0; in jfs_symlink() 1067 ino_t ino; in jfs_rename() 1346 ino_t ino; in jfs_mknod() 1440 ino_t inum; in jfs_lookup()
|
D | jfs_imap.h | 171 extern struct inode *diReadSpecial(struct super_block *, ino_t, int);
|
D | jfs_imap.c | 429 struct inode *diReadSpecial(struct super_block *sb, ino_t inum, int secondary) in diReadSpecial() 522 ino_t inum = ip->i_ino; in diWriteSpecial() 866 ino_t inum = ip->i_ino; in diFree() 1348 ino_t inum; in diAlloc() 2179 ino_t ino; in diNewExt()
|
D | jfs_dtree.c | 580 int dtSearch(struct inode *ip, struct component_name * key, ino_t * data, in dtSearch() 593 ino_t inumber; in dtSearch() 822 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert() 2083 struct inode *ip, struct component_name * key, ino_t * ino, int flag) in dtDelete() 4522 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify()
|
D | jfs_txnmgr.c | 1148 ino_t top; in txCommit()
|
/linux-4.1.27/fs/nfsd/ |
D | nfsfh.h | 13 static inline __u32 ino_t_to_u32(ino_t ino) in ino_t_to_u32() 18 static inline ino_t u32_to_ino_t(__u32 uino) in u32_to_ino_t() 20 return (ino_t) uino; in u32_to_ino_t() 86 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, in mk_fsid()
|
D | vfs.c | 59 ino_t p_ino; 779 nfsd_get_raparms(dev_t dev, ino_t ino) in nfsd_get_raparms() 928 static ino_t last_ino; in wait_for_concurrent_writes()
|
D | nfsfh.c | 183 ino_t xino; in nfsd_set_fh_dentry()
|
D | nfsctl.c | 96 ino_t ino = file_inode(file)->i_ino; in nfsctl_transaction_write()
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | stat.h | 10 ino_t st_ino; 53 ino_t st_ino;
|
/linux-4.1.27/fs/minix/ |
D | minix.h | 46 extern struct minix_inode * minix_V1_raw_inode(struct super_block *, ino_t, struct buffer_head **); 47 extern struct minix2_inode * minix_V2_raw_inode(struct super_block *, ino_t, struct buffer_head **); 73 extern ino_t minix_inode_by_name(struct dentry*);
|
D | bitmap.c | 106 minix_V1_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) in minix_V1_raw_inode() 130 minix_V2_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) in minix_V2_raw_inode()
|
D | dir.c | 455 ino_t minix_inode_by_name(struct dentry *dentry) in minix_inode_by_name() 459 ino_t res = 0; in minix_inode_by_name()
|
D | namei.c | 24 ino_t ino; in minix_lookup()
|
/linux-4.1.27/fs/omfs/ |
D | omfs.h | 62 extern struct inode *omfs_iget(struct super_block *sb, ino_t inode); 65 extern int omfs_find_empty_block(struct super_block *sb, int mode, ino_t *ino);
|
D | dir.c | 305 ino_t ino = be64_to_cpu(oi->i_head.h_self); in omfs_lookup()
|
D | inode.c | 200 struct inode *omfs_iget(struct super_block *sb, ino_t ino) in omfs_iget()
|
/linux-4.1.27/include/linux/ |
D | nfs_fs.h | 546 static inline ino_t 549 ino_t ino = (ino_t) fileid; in nfs_fileid_to_ino_t() 550 if (sizeof(ino_t) < sizeof(u64)) in nfs_fileid_to_ino_t() 551 ino ^= fileid >> (sizeof(u64)-sizeof(ino_t)) * 8; in nfs_fileid_to_ino_t()
|
D | cleancache.h | 22 ino_t ino;
|
D | types.h | 16 typedef __kernel_ino_t ino_t; typedef
|
D | cgroup.h | 189 static inline ino_t cgroup_ino(struct cgroup *cgrp) in cgroup_ino()
|
D | fs.h | 2524 extern ino_t iunique(struct super_block *, ino_t); 2844 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino() 2846 ino_t res; in parent_ino()
|
/linux-4.1.27/fs/exofs/ |
D | common.h | 71 EXOFS_MAX_INO_ID = (sizeof(ino_t) * 8 == 64) ? ULLONG_MAX : 72 (1ULL << (sizeof(ino_t) * 8ULL - 1ULL)),
|
D | exofs.h | 167 ino_t exofs_inode_by_name(struct inode *, struct dentry *); 174 ino_t exofs_parent_ino(struct dentry *child);
|
D | dir.c | 376 ino_t exofs_parent_ino(struct dentry *child) in exofs_parent_ino() 380 ino_t ino; in exofs_parent_ino() 391 ino_t exofs_inode_by_name(struct inode *dir, struct dentry *dentry) in exofs_inode_by_name() 393 ino_t res = 0; in exofs_inode_by_name()
|
D | namei.c | 52 ino_t ino; in exofs_lookup()
|
/linux-4.1.27/fs/hpfs/ |
D | hpfs_fn.h | 46 ino_t i_parent_dir; /* (directories) gives fnode of parent dir */ 64 ino_t sb_root; /* inode number of root dir */ 285 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t, struct buffer_head **); 288 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino);
|
D | map.c | 137 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 295 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
|
D | dir.c | 202 ino_t ino; in hpfs_lookup()
|
/linux-4.1.27/fs/ceph/ |
D | super.h | 383 static inline ino_t ceph_vino_to_ino(struct ceph_vino vino) in ceph_vino_to_ino() 388 return (ino_t)vino.ino; in ceph_vino_to_ino() 396 static inline ino_t ceph_translate_ino(struct super_block *sb, ino_t ino) in ceph_translate_ino() 401 static inline ino_t ceph_translate_ino(struct super_block *sb, ino_t ino) in ceph_translate_ino() 433 ino_t t = ceph_vino_to_ino(vino); in ceph_find_inode()
|
D | dir.c | 271 ino_t ino = parent_ino(file->f_path.dentry); in ceph_readdir() 413 ino_t ino; in ceph_readdir()
|
D | inode.c | 51 ino_t t = ceph_vino_to_ino(vino); in ceph_get_inode()
|
/linux-4.1.27/fs/logfs/ |
D | inode.c | 81 static struct inode *__logfs_iget(struct super_block *sb, ino_t ino) in __logfs_iget() 109 struct inode *logfs_iget(struct super_block *sb, ino_t ino) in logfs_iget() 120 struct inode *logfs_safe_iget(struct super_block *sb, ino_t ino, int *is_cached) in logfs_safe_iget()
|
D | logfs.h | 520 struct inode *logfs_iget(struct super_block *sb, ino_t ino); 521 struct inode *logfs_safe_iget(struct super_block *sb, ino_t ino, int *cookie);
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | stat.h | 31 ino_t st_ino;
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | stat.h | 21 ino_t st_ino;
|
/linux-4.1.27/fs/9p/ |
D | v9fs_vfs.h | 63 ino_t v9fs_qid2ino(struct p9_qid *qid);
|
D | vfs_inode.c | 1212 ino_t v9fs_qid2ino(struct p9_qid *qid) in v9fs_qid2ino() 1215 ino_t i = 0; in v9fs_qid2ino() 1217 if (sizeof(ino_t) == sizeof(path)) in v9fs_qid2ino() 1218 memcpy(&i, &path, sizeof(ino_t)); in v9fs_qid2ino() 1220 i = (ino_t) (path ^ (path >> 32)); in v9fs_qid2ino()
|
/linux-4.1.27/fs/ncpfs/ |
D | ncp_fs.h | 36 ino_t ino;
|
D | dir.c | 588 ino_t ino = 0; in ncp_fill_cache()
|
/linux-4.1.27/include/uapi/linux/ |
D | coda.h | 78 typedef u_long ino_t; typedef 330 ino_t inode;
|
/linux-4.1.27/fs/openpromfs/ |
D | inode.c | 41 static struct inode *openprom_iget(struct super_block *sb, ino_t ino); 350 static struct inode *openprom_iget(struct super_block *sb, ino_t ino) in openprom_iget()
|
/linux-4.1.27/fs/sysv/ |
D | dir.c | 361 ino_t sysv_inode_by_name(struct dentry *dentry) in sysv_inode_by_name() 365 ino_t res = 0; in sysv_inode_by_name()
|
D | sysv.h | 159 extern ino_t sysv_inode_by_name(struct dentry *);
|
D | namei.c | 48 ino_t ino; in sysv_lookup()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 149 static ino_t fuse_squash_ino(u64 ino64) in fuse_squash_ino() 151 ino_t ino = (ino_t) ino64; in fuse_squash_ino() 152 if (sizeof(ino_t) < sizeof(u64)) in fuse_squash_ino() 153 ino ^= ino64 >> (sizeof(u64) - sizeof(ino_t)) * 8; in fuse_squash_ino()
|
/linux-4.1.27/fs/ufs/ |
D | ufs.h | 102 extern ino_t ufs_inode_by_name(struct inode *, const struct qstr *);
|
D | dir.c | 73 ino_t ufs_inode_by_name(struct inode *dir, const struct qstr *qstr) in ufs_inode_by_name() 75 ino_t res = 0; in ufs_inode_by_name()
|
D | namei.c | 54 ino_t ino; in ufs_lookup()
|
D | super.c | 145 ino_t ino; in ufs_get_parent()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 202 inode = befs_iget(dir->i_sb, (ino_t) offset); in befs_lookup() 260 (ino_t) value, d_type)) { in befs_readdir() 267 (ino_t) value, d_type)) in befs_readdir()
|
/linux-4.1.27/fs/coda/ |
D | dir.c | 351 ino_t ino; in coda_venus_readdir() 513 ino_t old_ino; in coda_revalidate_inode()
|
/linux-4.1.27/fs/ |
D | inode.c | 1150 ino_t iunique(struct super_block *sb, ino_t max_reserved) in iunique() 1159 ino_t res; in iunique() 1326 ino_t ino = inode->i_ino; in insert_inode_locked()
|
/linux-4.1.27/fs/reiserfs/ |
D | dir.c | 143 ino_t d_ino; in reiserfs_readdir_inode()
|
/linux-4.1.27/fs/ext2/ |
D | dir.c | 443 ino_t ext2_inode_by_name(struct inode *dir, struct qstr *child) in ext2_inode_by_name() 445 ino_t res = 0; in ext2_inode_by_name()
|
D | namei.c | 60 ino_t ino; in ext2_lookup()
|
D | ialloc.c | 437 ino_t ino = 0; in ext2_new_inode()
|
D | ext2.h | 743 extern ino_t ext2_inode_by_name(struct inode *, struct qstr *);
|
D | inode.c | 1229 static struct ext2_inode *ext2_get_inode(struct super_block *sb, ino_t ino, in ext2_get_inode() 1439 ino_t ino = inode->i_ino; in __ext2_write_inode()
|
/linux-4.1.27/fs/f2fs/ |
D | dir.c | 261 ino_t f2fs_inode_by_name(struct inode *dir, struct qstr *qstr) in f2fs_inode_by_name() 263 ino_t res = 0; in f2fs_inode_by_name()
|
D | f2fs.h | 1470 ino_t f2fs_inode_by_name(struct inode *, struct qstr *);
|
/linux-4.1.27/fs/kernfs/ |
D | dir.c | 1394 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos) in kernfs_dir_next_pos() 1429 ino_t ino = pos->ino; in kernfs_fop_readdir()
|
/linux-4.1.27/fs/cramfs/ |
D | inode.c | 393 ino_t ino; in cramfs_readdir()
|
/linux-4.1.27/security/tomoyo/ |
D | common.h | 566 ino_t ino;
|
/linux-4.1.27/security/selinux/ |
D | selinuxfs.c | 207 ino_t ino = file_inode(filp)->i_ino; in sel_read_handle_unknown() 676 ino_t ino = file_inode(file)->i_ino; in selinux_transaction_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 108 struct inode *ll_iget(struct super_block *sb, ino_t hash, in ll_iget()
|
D | llite_internal.h | 712 struct inode *ll_iget(struct super_block *sb, ino_t hash,
|
/linux-4.1.27/fs/configfs/ |
D | dir.c | 1532 ino_t ino = 0; in configfs_readdir()
|
/linux-4.1.27/fs/proc/ |
D | proc_sysctl.c | 621 ino_t ino = 0; in proc_sys_fill_cache()
|
D | base.c | 1620 ino_t ino; in proc_fill_cache()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 744 static inline ino_t lu_igif_ino(const struct lu_fid *fid) in lu_igif_ino()
|
/linux-4.1.27/Documentation/filesystems/ |
D | coda.txt | 1002 ino_t inode;
|