Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dquota.c271 bool is_same; in ceph_quota_is_same_realm() local
289 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()
297 return is_same; in ceph_quota_is_same_realm()
/Linux-v5.4/fs/
Dread_write.c1858 loff_t len, bool *is_same) in vfs_dedupe_file_range_compare() argument
1931 *is_same = same; in vfs_dedupe_file_range_compare()
2006 bool is_same = false; in generic_remap_file_range_prep() local
2009 inode_out, pos_out, *len, &is_same); in generic_remap_file_range_prep()
2012 if (!is_same) in generic_remap_file_range_prep()
/Linux-v5.4/scripts/kconfig/
Dconfdata.c41 static bool is_same(const char *file1, const char *file2) in is_same() function
938 if (is_same(name, tmpname)) { in conf_write()