Searched refs:orig_ino (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_dtree.h | 253 ino_t * orig_ino, ino_t new_ino, int flag);
|
D | jfs_dtree.c | 4508 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument 4528 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | ext4.h | 124 TP_PROTO(struct inode *inode, ino_t orig_ino), 126 TP_ARGS(inode, orig_ino), 131 __field( ino_t, orig_ino ) 138 __entry->orig_ino = orig_ino; 148 (unsigned long) __entry->orig_ino,
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | fuse_i.h | 92 u64 orig_ino; member
|
D | inode.c | 85 fi->orig_ino = 0; in fuse_alloc_inode() 215 fi->orig_ino = attr->ino; in fuse_change_attributes_common()
|
D | dir.c | 1110 stat->ino = fi->orig_ino; in fuse_update_get_attr()
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | inode.c | 5090 unsigned long orig_ino, in __ext4_update_other_inode_time() argument 5120 trace_ext4_other_inode_update_time(inode, orig_ino); in __ext4_update_other_inode_time() 5131 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() argument 5142 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time() 5145 if (ino == orig_ino) in ext4_update_other_inodes_time() 5147 __ext4_update_other_inode_time(sb, orig_ino, ino, in ext4_update_other_inodes_time()
|