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

/linux-master/fs/jfs/
H A Djfs_dtree.h253 ino_t * orig_ino, ino_t new_ino, int flag);
H A Djfs_dtree.c4205 * orig_ino - Original inode number expected in entry
4210 * -ESTALE - If entry found does not match orig_ino passed in
4215 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag)
4235 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag)))
4214 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) argument
/linux-master/include/trace/events/
H A Dext4.h138 TP_PROTO(struct inode *inode, ino_t orig_ino),
140 TP_ARGS(inode, orig_ino),
145 __field( ino_t, orig_ino )
152 __entry->orig_ino = orig_ino;
160 TP_printk("dev %d,%d orig_ino %lu ino %lu mode 0%o uid %u gid %u",
162 (unsigned long) __entry->orig_ino,
/linux-master/fs/ext4/
H A Dinode.c4985 unsigned long orig_ino,
5011 trace_ext4_other_inode_update_time(inode, orig_ino);
5022 unsigned long orig_ino, char *buf)
5033 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1;
5036 if (ino == orig_ino)
5038 __ext4_update_other_inode_time(sb, orig_ino, ino,
4984 __ext4_update_other_inode_time(struct super_block *sb, unsigned long orig_ino, unsigned long ino, struct ext4_inode *raw_inode) argument
5021 ext4_update_other_inodes_time(struct super_block *sb, unsigned long orig_ino, char *buf) argument
/linux-master/fs/fuse/
H A Dinode.c102 fi->orig_ino = 0;
275 fi->orig_ino = attr->ino;
H A Dfuse_i.h118 u64 orig_ino; member in struct:fuse_inode
H A Ddir.c1333 stat->ino = fi->orig_ino;

Completed in 217 milliseconds