Searched refs:orig_ino (Results 1 – 6 of 6) sorted by relevance
/fs/jfs/ |
D | jfs_dtree.h | 253 ino_t * orig_ino, ino_t new_ino, int flag);
|
D | jfs_dtree.c | 4513 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument 4533 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify()
|
/fs/ext4/ |
D | inode.c | 5009 unsigned long orig_ino, in __ext4_update_other_inode_time() argument 5035 trace_ext4_other_inode_update_time(inode, orig_ino); in __ext4_update_other_inode_time() 5046 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() argument 5057 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time() 5060 if (ino == orig_ino) in ext4_update_other_inodes_time() 5062 __ext4_update_other_inode_time(sb, orig_ino, ino, in ext4_update_other_inodes_time()
|
/fs/fuse/ |
D | inode.c | 106 fi->orig_ino = 0; in fuse_alloc_inode() 286 fi->orig_ino = attr->ino; in fuse_change_attributes_common()
|
D | fuse_i.h | 163 u64 orig_ino; member
|
D | dir.c | 1478 stat->ino = fi->orig_ino; in fuse_update_get_attr()
|