Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/affs/
H A Damigaffs.c203 __be32 ino2 = AFFS_TAIL(sb, link_bh)->link_chain; in affs_remove_link() local
204 AFFS_TAIL(sb, bh)->link_chain = ino2; in affs_remove_link()
205 affs_adjust_checksum(bh, be32_to_cpu(ino2) - link_ino); in affs_remove_link()
/kernel/linux/linux-6.6/fs/affs/
H A Damigaffs.c203 __be32 ino2 = AFFS_TAIL(sb, link_bh)->link_chain; in affs_remove_link() local
204 AFFS_TAIL(sb, bh)->link_chain = ino2; in affs_remove_link()
205 affs_adjust_checksum(bh, be32_to_cpu(ino2) - link_ino); in affs_remove_link()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c3557 * Check if inode ino2, or any of its ancestors, is inode ino1.
3563 const u64 ino2, in check_ino_in_path()
3567 u64 ino = ino2; in check_ino_in_path()
3569 if (ino1 == ino2) in check_ino_in_path()
3589 * Check if ino ino1 is an ancestor of inode ino2 in the given root for any
3590 * possible path (in case ino2 is not a directory and has multiple hard links).
3596 const u64 ino2, in is_ancestor()
3617 key.objectid = ino2; in is_ancestor()
3641 if (key.objectid != ino2) in is_ancestor()
3560 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) check_ino_in_path() argument
3593 is_ancestor(struct btrfs_root *root, const u64 ino1, const u64 ino1_gen, const u64 ino2, struct fs_path *fs_path) is_ancestor() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c3842 * Check if inode ino2, or any of its ancestors, is inode ino1.
3848 const u64 ino2, in check_ino_in_path()
3852 u64 ino = ino2; in check_ino_in_path()
3854 if (ino1 == ino2) in check_ino_in_path()
3874 * Check if inode ino1 is an ancestor of inode ino2 in the given root for any
3875 * possible path (in case ino2 is not a directory and has multiple hard links).
3881 const u64 ino2, in is_ancestor()
3903 key.objectid = ino2; in is_ancestor()
3913 if (key.objectid != ino2) in is_ancestor()
3845 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) check_ino_in_path() argument
3878 is_ancestor(struct btrfs_root *root, const u64 ino1, const u64 ino1_gen, const u64 ino2, struct fs_path *fs_path) is_ancestor() argument
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c2557 u64 ino1 = 0, ino2 = 0; in create_request_message() local
2579 &path2, &pathlen2, &ino2, &freepath2, true); in create_request_message()
2619 ceph_encode_filepath(&p, end, ino2, path2); in create_request_message()
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c2868 u64 ino1 = 0, ino2 = 0; in create_request_message() local
2897 &path2, &pathlen2, &ino2, &freepath2, true); in create_request_message()
3003 ceph_encode_filepath(&p, end, ino2, path2); in create_request_message()

Completed in 37 milliseconds