Searched refs:orig_ino (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/fs/jfs/
H A Djfs_dtree.h266 ino_t * orig_ino, ino_t new_ino, int flag);
H A Djfs_dtree.c4512 * orig_ino - Original inode number expected in entry
4517 * -ESTALE - If entry found does not match orig_ino passed in
4522 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) dtModify()
4542 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) dtModify()
4521 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) dtModify() argument
/linux-4.4.14/include/trace/events/
H A Dext4.h77 TP_PROTO(struct inode *inode, ino_t orig_ino),
79 TP_ARGS(inode, orig_ino),
84 __field( ino_t, orig_ino )
91 __entry->orig_ino = orig_ino;
99 TP_printk("dev %d,%d orig_ino %lu ino %lu mode 0%o uid %u gid %u",
101 (unsigned long) __entry->orig_ino,
/linux-4.4.14/fs/fuse/
H A Dinode.c94 fi->orig_ino = 0; fuse_alloc_inode()
196 fi->orig_ino = attr->ino; fuse_change_attributes_common()
H A Dfuse_i.h90 u64 orig_ino; member in struct:fuse_inode
H A Ddir.c925 stat->ino = fi->orig_ino; fuse_update_attributes()
/linux-4.4.14/fs/ext4/
H A Dinode.c4422 unsigned long orig_ino; member in struct:other_inode
4451 trace_ext4_other_inode_update_time(inode, oi->orig_ino); other_inode_match()
4463 unsigned long orig_ino, char *buf) ext4_update_other_inodes_time()
4470 oi.orig_ino = orig_ino; ext4_update_other_inodes_time()
4476 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; ext4_update_other_inodes_time()
4478 if (ino == orig_ino) ext4_update_other_inodes_time()
4462 ext4_update_other_inodes_time(struct super_block *sb, unsigned long orig_ino, char *buf) ext4_update_other_inodes_time() argument

Completed in 286 milliseconds