/kernel/linux/linux-5.10/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 | 4503 * orig_ino - Original inode number expected in entry 4508 * -ESTALE - If entry found does not match orig_ino passed in 4513 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() 4533 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify() 4512 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) dtModify() argument
|
/kernel/linux/linux-6.6/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 | 4205 * 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) in dtModify() 4235 if ((rc = dtSearch(ip, key, orig_ino, &btstack, flag))) in dtModify() 4214 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) dtModify() argument
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A 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; 146 TP_printk("dev %d,%d orig_ino %lu ino %lu mode 0%o uid %u gid %u", 148 (unsigned long) __entry->orig_ino,
|
/kernel/linux/linux-6.6/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; 160 TP_printk("dev %d,%d orig_ino %lu ino %lu mode 0%o uid %u gid %u", 162 (unsigned long) __entry->orig_ino,
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | fuse_i.h | 92 u64 orig_ino; member
|
H A D | inode.c | 85 fi->orig_ino = 0; in fuse_alloc_inode() 215 fi->orig_ino = attr->ino; in fuse_change_attributes_common()
|
H A D | dir.c | 1115 stat->ino = fi->orig_ino; in fuse_update_get_attr()
|
/kernel/linux/linux-6.6/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 | 1328 stat->ino = fi->orig_ino; in fuse_update_get_attr()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inode.c | 5107 unsigned long orig_ino, in __ext4_update_other_inode_time() 5137 trace_ext4_other_inode_update_time(inode, orig_ino); in __ext4_update_other_inode_time() 5148 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() 5159 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time() 5162 if (ino == orig_ino) in ext4_update_other_inodes_time() 5164 __ext4_update_other_inode_time(sb, orig_ino, ino, in ext4_update_other_inodes_time() 5106 __ext4_update_other_inode_time(struct super_block *sb, unsigned long orig_ino, unsigned long ino, struct ext4_inode *raw_inode) __ext4_update_other_inode_time() argument 5147 ext4_update_other_inodes_time(struct super_block *sb, unsigned long orig_ino, char *buf) ext4_update_other_inodes_time() argument
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inode.c | 5012 unsigned long orig_ino, in __ext4_update_other_inode_time() 5038 trace_ext4_other_inode_update_time(inode, orig_ino); in __ext4_update_other_inode_time() 5049 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() 5060 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time() 5063 if (ino == orig_ino) in ext4_update_other_inodes_time() 5065 __ext4_update_other_inode_time(sb, orig_ino, ino, in ext4_update_other_inodes_time() 5011 __ext4_update_other_inode_time(struct super_block *sb, unsigned long orig_ino, unsigned long ino, struct ext4_inode *raw_inode) __ext4_update_other_inode_time() argument 5048 ext4_update_other_inodes_time(struct super_block *sb, unsigned long orig_ino, char *buf) ext4_update_other_inodes_time() argument
|