/fs/lockd/ |
D | svcsubs.c | 164 nlm_host_match_fn_t match) in nlm_traverse_locks() argument 184 if (match(lockhost, host)) { in nlm_traverse_locks() 214 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() argument 216 nlmsvc_traverse_blocks(host, file, match); in nlm_inspect_file() 217 nlmsvc_traverse_shares(host, file, match); in nlm_inspect_file() 218 return nlm_traverse_locks(host, file, match); in nlm_inspect_file() 253 nlm_traverse_files(void *data, nlm_host_match_fn_t match, in nlm_traverse_files() argument 270 if (nlm_inspect_file(data, file, match)) in nlm_traverse_files()
|
D | svcshare.c | 94 nlm_host_match_fn_t match) in nlmsvc_traverse_shares() argument 100 if (match(share->s_host, host)) { in nlmsvc_traverse_shares()
|
D | svclock.c | 313 nlm_host_match_fn_t match) in nlmsvc_traverse_blocks() argument 320 if (!match(block->b_host, host)) in nlmsvc_traverse_blocks()
|
/fs/ocfs2/ |
D | stack_o2cb.c | 35 # error Lock modes do not match 38 # error Lock modes do not match 41 # error Lock modes do not match 44 # error Lock modes do not match 47 # error Lock modes do not match 50 # error Lock modes do not match 53 # error Lock modes do not match
|
/fs/isofs/ |
D | namei.c | 55 int de_len, match, i, dlen; in isofs_find_entry() local 130 match = 0; in isofs_find_entry() 137 match = (isofs_cmp(dentry, dpnt, dlen) == 0); in isofs_find_entry() 139 if (match) { in isofs_find_entry()
|
/fs/xfs/ |
D | xfs_extent_busy.c | 91 int match = 0; in xfs_extent_busy_search() local 104 match = -1; in xfs_extent_busy_search() 109 match = -1; in xfs_extent_busy_search() 113 match = (busyp->length == len) ? 1 : -1; in xfs_extent_busy_search() 119 return match; in xfs_extent_busy_search()
|
D | xfs_icache.c | 1475 int match; in xfs_inode_free_eofblocks() local 1494 match = xfs_inode_match_id_union(ip, eofb); in xfs_inode_free_eofblocks() 1496 match = xfs_inode_match_id(ip, eofb); in xfs_inode_free_eofblocks() 1497 if (!match) in xfs_inode_free_eofblocks() 1764 int match; in xfs_inode_free_cowblocks() local 1772 match = xfs_inode_match_id_union(ip, eofb); in xfs_inode_free_cowblocks() 1774 match = xfs_inode_match_id(ip, eofb); in xfs_inode_free_cowblocks() 1775 if (!match) in xfs_inode_free_cowblocks()
|
/fs/nfs/ |
D | pnfs_nfs.c | 396 bool match = false; in _same_data_server_addrs_locked() local 400 match = false; in _same_data_server_addrs_locked() 403 match = same_sockaddr(sa1, sa2); in _same_data_server_addrs_locked() 404 if (match) in _same_data_server_addrs_locked() 407 if (!match) in _same_data_server_addrs_locked() 410 return match; in _same_data_server_addrs_locked()
|
D | dns_resolve.c | 376 .match = nfs_dns_match,
|
D | super.c | 1109 rpc_authflavor_t match) in nfs_auth_info_match() argument 1117 if (auth_info->flavors[i] == match) in nfs_auth_info_match()
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 228 int match; in ff_layout_add_ds_error_locked() local 232 match = ff_ds_error_match(err, dserr); in ff_layout_add_ds_error_locked() 233 if (match < 0) in ff_layout_add_ds_error_locked() 235 if (match > 0) { in ff_layout_add_ds_error_locked()
|
/fs/jffs2/ |
D | TODO | 30 got a match, and in readdir().
|
/fs/nfsd/ |
D | nfs4idmap.c | 191 .match = idtoname_match, 354 .match = nametoid_match,
|
D | export.c | 255 .match = expkey_match, 773 .match = svc_export_match,
|
/fs/ext4/ |
D | Kconfig | 7 # These must match EXT4_FS selects...
|
/fs/fat/ |
D | Kconfig | 93 like FAT to use. It should probably match the character set
|
/fs/ |
D | inode.c | 1475 int (*match)(struct inode *, unsigned long, in find_inode_nowait() 1487 mval = match(inode, hashval, data); in find_inode_nowait()
|
/fs/btrfs/ |
D | check-integrity.c | 2688 int match = 0; in btrfsic_cmp_log_and_dev_bytenr() local 2704 match++; in btrfsic_cmp_log_and_dev_bytenr() 2711 if (WARN_ON(!match)) { in btrfsic_cmp_log_and_dev_bytenr()
|
D | tree-log.c | 969 int match = 0; in backref_in_log() local 986 match = 1; in backref_in_log() 1001 match = 1; in backref_in_log() 1009 return match; in backref_in_log()
|