Searched refs:orig_ino (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_dtree.h | 253 ino_t * orig_ino, ino_t new_ino, int flag);
|
H A D | jfs_dtree.c | 4232 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument 4252 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify()
|
/openbmc/linux/include/trace/events/ |
H A D | ext4.h | 138 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; 162 (unsigned long) __entry->orig_ino,
|
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | 108 u64 orig_ino; member
|
H A D | inode.c | 102 fi->orig_ino = 0; in fuse_alloc_inode() 270 fi->orig_ino = attr->ino; in fuse_change_attributes_common()
|
H A D | dir.c | 1329 stat->ino = fi->orig_ino; in fuse_update_get_attr()
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | 5043 unsigned long orig_ino, in __ext4_update_other_inode_time() argument 5069 trace_ext4_other_inode_update_time(inode, orig_ino); in __ext4_update_other_inode_time() 5080 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() argument 5091 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time() 5094 if (ino == orig_ino) in ext4_update_other_inodes_time() 5096 __ext4_update_other_inode_time(sb, orig_ino, ino, in ext4_update_other_inodes_time()
|