Home
last modified time | relevance | path

Searched refs:find_readable_file (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/cifs/
Dcifsproto.h148 extern struct cifsFileInfo *find_readable_file(struct cifsInodeInfo *, bool);
Dcifsacl.c1455 open_file = find_readable_file(CIFS_I(inode), true); in get_cifs_acl()
Dfile.c1997 struct cifsFileInfo *find_readable_file(struct cifsInodeInfo *cifs_inode, in find_readable_file() function
2192 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
Dinode.c2523 cfile = find_readable_file(cifs_i, false);
Dsmb2ops.c3499 open_file = find_readable_file(CIFS_I(inode), true); in get_smb2_acl()
/Linux-v5.15/fs/nfsd/
Dnfs4state.c601 find_readable_file(struct nfs4_file *f) in find_readable_file() function
5120 nf = find_readable_file(fp); in nfs4_set_delegation()
5890 return find_readable_file(s->sc_file); in nfs4_find_file()