Searched refs:orig_ino (Results 1 – 6 of 6) sorted by relevance
/fs/jfs/ |
D | jfs_dtree.h | 266 ino_t * orig_ino, ino_t new_ino, int flag);
|
D | jfs_dtree.c | 4522 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument 4542 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify()
|
/fs/fuse/ |
D | fuse_i.h | 90 u64 orig_ino; member
|
D | inode.c | 94 fi->orig_ino = 0; in fuse_alloc_inode() 196 fi->orig_ino = attr->ino; in fuse_change_attributes_common()
|
D | dir.c | 980 stat->ino = fi->orig_ino; in fuse_update_attributes()
|
/fs/ext4/ |
D | inode.c | 4608 unsigned long orig_ino; member 4637 trace_ext4_other_inode_update_time(inode, oi->orig_ino); in other_inode_match() 4649 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() argument 4656 oi.orig_ino = orig_ino; in ext4_update_other_inodes_time() 4662 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time() 4664 if (ino == orig_ino) in ext4_update_other_inodes_time()
|