| /fs/btrfs/ |
| A D | dir-item.c | 178 int name_len, int mod) in btrfs_lookup_match_dir() argument 180 const int ins_len = (mod < 0 ? -1 : 0); in btrfs_lookup_match_dir() 181 const int cow = (mod != 0); in btrfs_lookup_match_dir() 213 int mod) in btrfs_lookup_dir_item() argument 223 name->len, mod); in btrfs_lookup_dir_item() 302 u64 index, const struct fscrypt_str *name, int mod) in btrfs_lookup_dir_index_item() argument 312 name->len, mod); in btrfs_lookup_dir_index_item() 350 int mod) in btrfs_lookup_xattr() argument 359 di = btrfs_lookup_match_dir(trans, root, path, &key, name, name_len, mod); in btrfs_lookup_xattr()
|
| A D | dir-item.h | 25 const struct fscrypt_str *name, int mod); 30 u64 index, const struct fscrypt_str *name, int mod); 47 int mod);
|
| A D | delayed-ref.c | 395 int mod; in merge_ref() local 405 mod = next->ref_mod; in merge_ref() 411 mod = -next->ref_mod; in merge_ref() 415 ref->ref_mod += mod; in merge_ref() 588 int mod; in insert_delayed_ref() local 602 mod = ref->ref_mod; in insert_delayed_ref() 607 mod = -exist->ref_mod; in insert_delayed_ref() 619 mod = -ref->ref_mod; in insert_delayed_ref() 621 exist->ref_mod += mod; in insert_delayed_ref()
|
| A D | btrfs_inode.h | 431 int mod) in btrfs_mod_outstanding_extents() argument 434 inode->outstanding_extents += mod; in btrfs_mod_outstanding_extents() 438 mod, inode->outstanding_extents); in btrfs_mod_outstanding_extents()
|
| A D | delayed-inode.c | 182 int mod) in btrfs_queue_delayed_node() argument 188 else if (mod) in btrfs_queue_delayed_node() 260 int mod) in __btrfs_release_delayed_node() argument 271 btrfs_queue_delayed_node(delayed_root, delayed_node, mod); in __btrfs_release_delayed_node() 993 int mod; in __btrfs_update_delayed_inode() local 1001 mod = -1; in __btrfs_update_delayed_inode() 1003 mod = 1; in __btrfs_update_delayed_inode() 1005 ret = btrfs_lookup_inode(trans, root, path, &key, mod); in __btrfs_update_delayed_inode()
|
| A D | inode-item.h | 102 struct btrfs_key *location, int mod);
|
| A D | file-item.h | 63 u64 bytenr, int mod);
|
| A D | inode-item.c | 386 struct btrfs_key *location, int mod) in btrfs_lookup_inode() argument 388 int ins_len = mod < 0 ? -1 : 0; in btrfs_lookup_inode() 389 int cow = mod != 0; in btrfs_lookup_inode()
|
| A D | Makefile | 35 subpage.o tree-mod-log.o extent-io-tree.o fs.o messages.o bio.o \
|
| A D | file-item.c | 255 u64 offset, int mod) in btrfs_lookup_file_extent() argument 258 int ins_len = mod < 0 ? -1 : 0; in btrfs_lookup_file_extent() 259 int cow = mod != 0; in btrfs_lookup_file_extent()
|
| /fs/xfs/scrub/ |
| A D | rtbitmap_repair.c | 194 xfs_extlen_t mod; in xrep_rtbitmap_mark_free() local 207 mod = xfs_rgbno_to_rtxoff(mp, rtb->next_rgbno); in xrep_rtbitmap_mark_free() 208 if (mod) in xrep_rtbitmap_mark_free() 212 mod = xfs_rgbno_to_rtxoff(mp, rgbno - 1); in xrep_rtbitmap_mark_free() 213 if (mod != mp->m_sb.sb_rextsize - 1) in xrep_rtbitmap_mark_free()
|
| A D | rtrefcount.c | 465 u32 mod; in xchk_rtrefcountbt_rec() local 475 mod = xfs_rgbno_to_rtxoff(mp, irec.rc_startblock); in xchk_rtrefcountbt_rec() 476 if (mod) in xchk_rtrefcountbt_rec() 478 mod = xfs_extlen_to_rtxmod(mp, irec.rc_blockcount); in xchk_rtrefcountbt_rec() 479 if (mod) in xchk_rtrefcountbt_rec()
|
| /fs/nfs_common/ |
| A D | nfslocalio.c | 106 struct auth_domain *dom, struct module *mod) in nfs_uuid_is_local() argument 130 __module_get(mod); in nfs_uuid_is_local() 131 nfsd_mod = mod; in nfs_uuid_is_local()
|
| /fs/hfsplus/ |
| A D | btree.c | 78 u32 mod = max(node_size, block_size); in hfsplus_calc_btree_clump_size() local 119 clump_size /= mod; in hfsplus_calc_btree_clump_size() 120 clump_size *= mod; in hfsplus_calc_btree_clump_size() 127 clump_size = mod; in hfsplus_calc_btree_clump_size()
|
| /fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.c | 1123 xfs_extlen_t mod; in xfs_rtfree_blocks() local 1129 mod = xfs_blen_to_rtxoff(mp, rtlen); in xfs_rtfree_blocks() 1130 if (mod) { in xfs_rtfree_blocks() 1131 ASSERT(mod == 0); in xfs_rtfree_blocks() 1135 mod = xfs_rtb_to_rtxoff(mp, rtbno); in xfs_rtfree_blocks() 1136 if (mod) { in xfs_rtfree_blocks() 1137 ASSERT(mod == 0); in xfs_rtfree_blocks()
|
| A D | xfs_rtbitmap.h | 197 unsigned int mod; in xfs_rtx_to_rbmword() local 199 div_u64_rem(rtx >> XFS_NBWORDLOG, mp->m_blockwsize, &mod); in xfs_rtx_to_rbmword() 200 return mod; in xfs_rtx_to_rbmword()
|
| A D | xfs_bmap.c | 3332 if (args->mod) in xfs_bmap_compute_alignments() 3333 args->mod = args->prod - args->mod; in xfs_bmap_compute_alignments() 3336 args->mod = 0; in xfs_bmap_compute_alignments() 3340 if (args->mod) in xfs_bmap_compute_alignments() 3341 args->mod = args->prod - args->mod; in xfs_bmap_compute_alignments() 5286 mod = xfs_rtb_to_rtxoff(mp, in __xfs_bunmapi() 5288 if (mod) { in __xfs_bunmapi() 5303 del.br_blockcount : mod; in __xfs_bunmapi() 5324 del.br_blockcount = mod; in __xfs_bunmapi() 5336 if (mod) { in __xfs_bunmapi() [all …]
|
| A D | xfs_alloc.c | 444 ASSERT(args->mod < args->prod); in xfs_alloc_fix_len() 448 if (args->prod <= 1 || rlen < args->mod || rlen == args->maxlen || in xfs_alloc_fix_len() 449 (args->mod == 0 && rlen < args->prod)) in xfs_alloc_fix_len() 452 if (k == args->mod) in xfs_alloc_fix_len() 454 if (k > args->mod) in xfs_alloc_fix_len() 455 rlen = rlen - (k - args->mod); in xfs_alloc_fix_len() 457 rlen = rlen - args->prod + (args->mod - k); in xfs_alloc_fix_len() 462 ASSERT(rlen % args->prod == args->mod); in xfs_alloc_fix_len() 3529 ASSERT(args->mod < args->prod); in xfs_alloc_vextent_check_args() 3534 args->mod >= args->prod) { in xfs_alloc_vextent_check_args()
|
| A D | xfs_alloc.h | 44 xfs_extlen_t mod; /* mod value for extent size */ member
|
| /fs/orangefs/ |
| A D | Makefile | 9 dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \
|
| /fs/ |
| A D | dax.c | 1438 u32 mod; in dax_unshare_iter() local 1451 mod = offset_in_page(copy_pos); in dax_unshare_iter() 1452 if (mod) { in dax_unshare_iter() 1453 copy_len += mod; in dax_unshare_iter() 1454 copy_pos -= mod; in dax_unshare_iter() 1457 mod = offset_in_page(copy_pos + copy_len); in dax_unshare_iter() 1458 if (mod) in dax_unshare_iter() 1459 copy_len += PAGE_SIZE - mod; in dax_unshare_iter()
|
| A D | coredump.c | 1401 unsigned mod = (cprm->pos + cprm->to_skip) & (align - 1); in dump_align() local 1404 if (mod) in dump_align() 1405 cprm->to_skip += align - mod; in dump_align()
|
| /fs/omfs/ |
| A D | dir.c | 12 static int omfs_hash(const char *name, int namelen, int mod) in omfs_hash() argument 17 return hash % mod; in omfs_hash()
|
| /fs/hugetlbfs/ |
| A D | inode.c | 1087 char mod; in hugetlbfs_show_options() local 1101 mod = 'K'; in hugetlbfs_show_options() 1104 mod = 'M'; in hugetlbfs_show_options() 1106 seq_printf(m, ",pagesize=%lu%c", hpage_size, mod); in hugetlbfs_show_options()
|
| /fs/xfs/ |
| A D | xfs_rtalloc.c | 2062 xfs_extlen_t mod; /* product factor for allocators */ in xfs_rtallocate_align() local 2112 div_u64_rem(ap->offset, align, &mod); in xfs_rtallocate_align() 2113 if (mod || ap->length % align) in xfs_rtallocate_align()
|