Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dtree.h266 ino_t * orig_ino, ino_t new_ino, int flag);
Djfs_dtree.c4521 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument
4541 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify()
/linux-4.19.296/fs/fuse/
Dfuse_i.h85 u64 orig_ino; member
Dinode.c97 fi->orig_ino = 0; in fuse_alloc_inode()
207 fi->orig_ino = attr->ino; in fuse_change_attributes_common()
Ddir.c982 stat->ino = fi->orig_ino; in fuse_update_get_attr()
/linux-4.19.296/include/trace/events/
Dext4.h79 TP_PROTO(struct inode *inode, ino_t orig_ino),
81 TP_ARGS(inode, orig_ino),
86 __field( ino_t, orig_ino )
93 __entry->orig_ino = orig_ino;
103 (unsigned long) __entry->orig_ino,
/linux-4.19.296/fs/ext4/
Dinode.c5244 unsigned long orig_ino; member
5273 trace_ext4_other_inode_update_time(inode, oi->orig_ino); in other_inode_match()
5285 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() argument
5292 oi.orig_ino = orig_ino; in ext4_update_other_inodes_time()
5298 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time()
5300 if (ino == orig_ino) in ext4_update_other_inodes_time()