Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_dtree.h253 ino_t * orig_ino, ino_t new_ino, int flag);
A Djfs_dtree.c4508 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()
/linux/include/trace/events/
A Dext4.h111 TP_PROTO(struct inode *inode, ino_t orig_ino),
113 TP_ARGS(inode, orig_ino),
118 __field( ino_t, orig_ino )
125 __entry->orig_ino = orig_ino;
135 (unsigned long) __entry->orig_ino,
/linux/fs/fuse/
A Dfuse_i.h92 u64 orig_ino; member
A Dinode.c85 fi->orig_ino = 0; in fuse_alloc_inode()
210 fi->orig_ino = attr->ino; in fuse_change_attributes_common()
A Ddir.c1042 stat->ino = fi->orig_ino; in fuse_update_get_attr()
/linux/fs/ext4/
A Dinode.c5000 unsigned long orig_ino, in __ext4_update_other_inode_time() argument
5026 trace_ext4_other_inode_update_time(inode, orig_ino); in __ext4_update_other_inode_time()
5037 unsigned long orig_ino, char *buf) in ext4_update_other_inodes_time() argument
5048 ino = ((orig_ino - 1) & ~(inodes_per_block - 1)) + 1; in ext4_update_other_inodes_time()
5051 if (ino == orig_ino) in ext4_update_other_inodes_time()
5053 __ext4_update_other_inode_time(sb, orig_ino, ino, in ext4_update_other_inodes_time()

Completed in 33 milliseconds