Searched refs:ino1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_trace.h4876 "ino1 0x%llx isize 0x%llx disize 0x%llx pos 0x%llx -> "
4925 __field(xfs_ino_t, ino1)
4940 __entry->ino1 = req->ip1->i_ino;
4953 TP_printk("dev %d:%d ino1 0x%llx fileoff1 0x%llx ino2 0x%llx fileoff2 0x%llx fsbcount 0x%llx flags (%s) bcount1 0x%llx rtbcount1 0x%llx bcount2 0x%llx rtbcount2 0x%llx resblks 0x%llx nr_exchanges %llu",
4955 __entry->ino1, __entry->startoff1,
4979 __field(xfs_ino_t, ino1)
4992 __entry->ino1 = xmi->xmi_ip1->i_ino;
5003 TP_printk("dev %d:%d ino1 0x%llx fileoff1 0x%llx ino2 0x%llx fileoff2 0x%llx fsbcount 0x%llx flags (%s) isize1 0x%llx newisize1 0x%llx isize2 0x%llx newisize2 0x%llx",
5005 __entry->ino1, __entry->startoff1,
5077 __field(xfs_ino_t, ino1)
[all...]
/linux-master/fs/btrfs/
H A Dsend.c3852 * Check if inode ino2, or any of its ancestors, is inode ino1.
3856 const u64 ino1,
3864 if (ino1 == ino2)
3876 if (parent == ino1)
3884 * Check if inode ino1 is an ancestor of inode ino2 in the given root for any
3889 const u64 ino1,
3954 ret = check_ino_in_path(root, ino1, ino1_gen,
3855 check_ino_in_path(struct btrfs_root *root, const u64 ino1, const u64 ino1_gen, const u64 ino2, const u64 ino2_gen, struct fs_path *fs_path) argument
3888 is_ancestor(struct btrfs_root *root, const u64 ino1, const u64 ino1_gen, const u64 ino2, struct fs_path *fs_path) argument
/linux-master/fs/ceph/
H A Dmds_client.c2979 u64 ino1 = 0, ino2 = 0; local
2994 &path1, &pathlen1, &ino1, &freepath1,
3163 ceph_encode_filepath(&p, end, ino1, path1);

Completed in 232 milliseconds