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.h22 int access; member
Dncp_fs.h38 int access; member
Dfile.c35 int access; in ncp_make_open() local
/fs/nfsd/
Dvfs.c567 u32 access; member
606 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access()
664 static int nfsd_open_break_lease(struct inode *inode, int access) in nfsd_open_break_lease()
1958 nfsd_statfs(struct svc_rqst *rqstp, struct svc_fh *fhp, struct kstatfs *stat, int access) in nfsd_statfs()
Dnfsfh.c304 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify()
Dnfs4state.c405 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
416 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
470 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
941 unsigned int access = 0; in bmap_to_share_mode() local
952 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access()
962 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access()
972 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access()
1008 static int nfs4_access_to_omode(u32 access) in nfs4_access_to_omode()
3982 int access = nfs4_access_to_access(open->op_share_access); in nfs4_get_vfs_file() local
5135 static inline void nfs4_stateid_downgrade_bit(struct nfs4_ol_stateid *stp, u32 access) in nfs4_stateid_downgrade_bit()
[all …]
Dxdr3.h27 unsigned int access; member
138 __u32 access; member
Dnfs4xdr.c462 nfsd4_decode_access(struct nfsd4_compoundargs *argp, struct nfsd4_access *access) in nfsd4_decode_access()
3029 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_access *access) in nfsd4_encode_access()
Dnfs4proc.c565 struct nfsd4_access *access) in nfsd4_access()
Dxdr4.h509 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.c443 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) in SYSCALL_DEFINE2() argument
/fs/ocfs2/
Dalloc.c439 ocfs2_journal_access_func access, in __ocfs2_init_extent_tree()
689 ocfs2_journal_access_func access) in ocfs2_new_path()
731 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.c1532 ocfs2_journal_access_func access; in ocfs2_xa_block_journal_access() local
/fs/nfs/
Dnfs4xdr.c1136 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
4237 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access()