/fs/lockd/ |
D | svcsubs.c | 164 nlm_host_match_fn_t match) in nlm_traverse_locks() argument 181 if (match(lockhost, host)) { in nlm_traverse_locks() 211 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() argument 213 nlmsvc_traverse_blocks(host, file, match); in nlm_inspect_file() 214 nlmsvc_traverse_shares(host, file, match); in nlm_inspect_file() 215 return nlm_traverse_locks(host, file, match); in nlm_inspect_file() 247 nlm_traverse_files(void *data, nlm_host_match_fn_t match, in nlm_traverse_files() argument 264 if (nlm_inspect_file(data, file, match)) in nlm_traverse_files()
|
D | svcshare.c | 93 nlm_host_match_fn_t match) in nlmsvc_traverse_shares() argument 99 if (match(share->s_host, host)) { in nlmsvc_traverse_shares()
|
D | svclock.c | 314 nlm_host_match_fn_t match) in nlmsvc_traverse_blocks() argument 321 if (!match(block->b_host, host)) in nlmsvc_traverse_blocks()
|
/fs/ocfs2/ |
D | stack_o2cb.c | 43 # error Lock modes do not match 46 # error Lock modes do not match 49 # error Lock modes do not match 52 # error Lock modes do not match 55 # error Lock modes do not match 58 # error Lock modes do not match 61 # error Lock modes do not match
|
/fs/isofs/ |
D | namei.c | 70 int de_len, match, i, dlen; in isofs_find_entry() local 144 match = 0; in isofs_find_entry() 150 match = (isofs_cmp(dentry, dpnt, dlen) == 0); in isofs_find_entry() 152 if (match) { in isofs_find_entry()
|
/fs/xfs/ |
D | xfs_extent_busy.c | 114 int match = 0; in xfs_extent_busy_search() local 127 match = -1; in xfs_extent_busy_search() 132 match = -1; in xfs_extent_busy_search() 136 match = (busyp->length == len) ? 1 : -1; in xfs_extent_busy_search() 142 return match; in xfs_extent_busy_search()
|
/fs/afs/ |
D | cmservice.c | 416 __be32 match; in SRXAFSCB_ProbeUuid() member 423 reply.match = htonl(0); in SRXAFSCB_ProbeUuid() 425 reply.match = htonl(1); in SRXAFSCB_ProbeUuid()
|
/fs/cifs/ |
D | cifs_spnego.c | 65 .match = user_match,
|
D | CHANGES | 188 gids on the server do not match those of the client. Make "sec=none" 190 to match what documentation said. Support for very large reads, over 127K, 274 the tids match and we try to find matching fid on wrong server. Fix read 318 from Windows (Windows can send an RFC1001 size which does not match smb size) by 485 and server do not match, client permission checks are meaningless on 488 on mknod to match create and mkdir. Add optional mount parm to allow 742 uid if a) the mount uid does not match the current uid and b) we have another 932 More stylistic updates to better match kernel style. Add additional statistics 939 Make stylistic changes to better match kernel style recommendations.
|
D | cifsacl.c | 87 .match = user_match,
|
D | README | 119 must be a cifs mount, and the uid of the current user must match the uid 395 client and server system do not match closely enough to allow
|
/fs/jffs2/ |
D | TODO | 30 got a match, and in readdir().
|
/fs/nfsd/ |
D | nfs4idmap.c | 193 .match = idtoname_match, 360 .match = nametoid_match,
|
D | export.c | 246 .match = expkey_match, 713 .match = svc_export_match,
|
/fs/nfs/ |
D | idmap.c | 176 .match = user_match, 400 .match = user_match,
|
D | dns_resolve.c | 365 .match = nfs_dns_match,
|
/fs/btrfs/ |
D | tree-log.c | 756 int match = 0; in inode_in_dir() local 775 match = 1; in inode_in_dir() 778 return match; in inode_in_dir() 804 int match = 0; in backref_in_log() local 819 match = 1; in backref_in_log() 834 match = 1; in backref_in_log() 842 return match; in backref_in_log()
|
D | check-integrity.c | 2971 int match = 0; in btrfsic_cmp_log_and_dev_bytenr() local 2989 match++; in btrfsic_cmp_log_and_dev_bytenr() 2996 if (!match) { in btrfsic_cmp_log_and_dev_bytenr()
|
/fs/fat/ |
D | Kconfig | 92 like FAT to use. It should probably match the character set
|