Searched refs:strict (Results 1 – 5 of 5) sorted by relevance
/fs/btrfs/ |
D | extent_map.c | 419 u64 start, u64 len, int strict) in __lookup_extent_mapping() argument 439 if (strict && !(end > em->start && start < extent_map_end(em))) in __lookup_extent_mapping()
|
D | extent-tree.c | 2293 bool strict) in check_committed_ref() argument 2339 if (!strict && in check_committed_ref() 2366 u64 bytenr, bool strict) in btrfs_cross_ref_exist() argument 2377 offset, bytenr, strict); in btrfs_cross_ref_exist()
|
D | ctree.h | 2567 u64 objectid, u64 offset, u64 bytenr, bool strict); 2988 u64 *ram_bytes, bool strict);
|
D | inode.c | 7017 u64 *ram_bytes, bool strict) in can_nocow_extent() argument 7095 if (!strict && in can_nocow_extent() 7134 strict); in can_nocow_extent()
|
/fs/overlayfs/ |
D | inode.c | 808 struct dentry *upperdentry, bool strict) in ovl_verify_inode() argument 816 if (S_ISDIR(inode->i_mode) && strict) { in ovl_verify_inode()
|