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

/linux-master/fs/affs/
H A Damigaffs.c203 __be32 ino2 = AFFS_TAIL(sb, link_bh)->link_chain; local
204 AFFS_TAIL(sb, bh)->link_chain = ino2;
205 affs_adjust_checksum(bh, be32_to_cpu(ino2) - link_ino);
/linux-master/fs/btrfs/
H A Dsend.c3853 * Check if inode ino2, or any of its ancestors, is inode ino1.
3859 const u64 ino2,
3863 u64 ino = ino2;
3865 if (ino1 == ino2)
3885 * Check if inode ino1 is an ancestor of inode ino2 in the given root for any
3886 * possible path (in case ino2 is not a directory and has multiple hard links).
3892 const u64 ino2,
3914 key.objectid = ino2;
3924 if (key.objectid != ino2)
3856 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
3889 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
3009 &path2, &pathlen2, &ino2, &freepath2, true);
3164 ceph_encode_filepath(&p, end, ino2, path2);

Completed in 137 milliseconds