Home
last modified time | relevance | path

Searched defs:access (Results 1 – 17 of 17) sorted by relevance

/fs/9p/
Dfid.c121 int i, n, l, clone, access; in v9fs_fid_lookup_with_uid() local
234 int any, access; in v9fs_fid_lookup() local
/fs/ncpfs/
Dncp_fs_i.h23 int access; member
Dncp_fs.h39 int access; member
Dfile.c36 int access; in ncp_make_open() local
/fs/nfsd/
Dvfs.c599 u32 access; member
638 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access()
696 static int nfsd_open_break_lease(struct inode *inode, int access) in nfsd_open_break_lease()
1940 nfsd_statfs(struct svc_rqst *rqstp, struct svc_fh *fhp, struct kstatfs *stat, int access) in nfsd_statfs()
Dnfsfh.c311 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify()
Dnfs4state.c514 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
525 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
579 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
1045 unsigned int access = 0; in bmap_to_share_mode() local
1056 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access()
1066 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access()
1076 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access()
1112 static int nfs4_access_to_omode(u32 access) in nfs4_access_to_omode()
4200 int access = nfs4_access_to_access(open->op_share_access); in nfs4_get_vfs_file() local
5387 static inline void nfs4_stateid_downgrade_bit(struct nfs4_ol_stateid *stp, u32 access) in nfs4_stateid_downgrade_bit()
[all …]
Dxdr3.h28 unsigned int access; member
139 __u32 access; member
Dnfs4xdr.c509 nfsd4_decode_access(struct nfsd4_compoundargs *argp, struct nfsd4_access *access) in nfsd4_decode_access()
3120 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_access *access) in nfsd4_encode_access()
Dnfs4proc.c559 struct nfsd4_access *access = &u->access; in nfsd4_access() local
Dxdr4.h546 struct nfsd4_access access; member
/fs/cifs/
Dsmb2inode.c214 struct cifs_sb_info *cifs_sb, __u32 access, int command) in smb2_set_path_attr()
/fs/
Dopen.c459 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) in SYSCALL_DEFINE2() argument
/fs/ocfs2/
Dalloc.c440 ocfs2_journal_access_func access, in __ocfs2_init_extent_tree()
690 ocfs2_journal_access_func access) in ocfs2_new_path()
732 ocfs2_journal_access_func access = path_root_access(path); in ocfs2_path_bh_journal_access() local
Ddir.c1111 ocfs2_journal_access_func access = ocfs2_journal_access_db; in ocfs2_update_entry() local
1151 ocfs2_journal_access_func access = ocfs2_journal_access_db; in __ocfs2_delete_entry() local
Dxattr.c1554 ocfs2_journal_access_func access; in ocfs2_xa_block_journal_access() local
/fs/nfs/
Dnfs4xdr.c1149 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
4333 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access()