Home
last modified time | relevance | path

Searched refs:is_same (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ceph/
Dquota.c139 bool is_same; in ceph_quota_is_same_realm() local
144 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()
152 return is_same; in ceph_quota_is_same_realm()
/Linux-v4.19/fs/
Dread_write.c1807 bool is_same = false; in vfs_clone_file_prep_inodes() local
1810 inode_out, pos_out, *len, &is_same); in vfs_clone_file_prep_inodes()
1813 if (!is_same) in vfs_clone_file_prep_inodes()
1913 loff_t len, bool *is_same) in vfs_dedupe_file_range_compare() argument
1972 *is_same = same; in vfs_dedupe_file_range_compare()
/Linux-v4.19/include/linux/
Dfs.h1837 loff_t len, bool *is_same);