Home
last modified time | relevance | path

Searched refs:match (Results 1 – 19 of 19) sorted by relevance

/fs/lockd/
Dsvcsubs.c164 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()
Dsvcshare.c94 nlm_host_match_fn_t match) in nlmsvc_traverse_shares() argument
100 if (match(share->s_host, host)) { in nlmsvc_traverse_shares()
Dsvclock.c313 nlm_host_match_fn_t match) in nlmsvc_traverse_blocks() argument
320 if (!match(block->b_host, host)) in nlmsvc_traverse_blocks()
/fs/ocfs2/
Dstack_o2cb.c35 # 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/
Dnamei.c55 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/
Dxfs_extent_busy.c91 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()
Dxfs_icache.c1475 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/
Dpnfs_nfs.c396 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()
Ddns_resolve.c376 .match = nfs_dns_match,
Dsuper.c1109 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/
Dflexfilelayoutdev.c228 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/
DTODO30 got a match, and in readdir().
/fs/nfsd/
Dnfs4idmap.c191 .match = idtoname_match,
354 .match = nametoid_match,
Dexport.c255 .match = expkey_match,
773 .match = svc_export_match,
/fs/ext4/
DKconfig7 # These must match EXT4_FS selects...
/fs/fat/
DKconfig93 like FAT to use. It should probably match the character set
/fs/
Dinode.c1475 int (*match)(struct inode *, unsigned long, in find_inode_nowait()
1487 mval = match(inode, hashval, data); in find_inode_nowait()
/fs/btrfs/
Dcheck-integrity.c2688 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()
Dtree-log.c969 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()