Searched refs:strict (Results 1 – 5 of 5) sorted by relevance
/fs/btrfs/ |
D | extent_map.c | 430 u64 start, u64 len, int strict) in __lookup_extent_mapping() argument 447 if (strict && !(end > em->start && start < extent_map_end(em))) in __lookup_extent_mapping()
|
D | extent-tree.c | 2291 bool strict) in check_committed_ref() argument 2337 if (!strict && in check_committed_ref() 2364 u64 bytenr, bool strict, struct btrfs_path *path) in btrfs_cross_ref_exist() argument 2370 offset, bytenr, strict); in btrfs_cross_ref_exist()
|
D | inode.c | 1766 bool strict; member 1826 if (!args->strict && in can_nocow_file_extent() 1852 args->disk_bytenr, args->strict, path); in can_nocow_file_extent() 7290 u64 *ram_bytes, bool nowait, bool strict) in can_nocow_extent() argument 7345 nocow_args.strict = strict; in can_nocow_extent()
|
D | ctree.h | 2887 u64 objectid, u64 offset, u64 bytenr, bool strict, 3365 u64 *ram_bytes, bool nowait, bool strict);
|
/fs/overlayfs/ |
D | inode.c | 1036 struct dentry *upperdentry, bool strict) in ovl_verify_inode() argument 1044 if (S_ISDIR(inode->i_mode) && strict) { in ovl_verify_inode()
|