Home
last modified time | relevance | path

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

/fs/gfs2/
Dacl.c34 int gfs2_acl_validate_set(struct gfs2_inode *ip, int access, in gfs2_acl_validate_set()
73 int gfs2_acl_validate_remove(struct gfs2_inode *ip, int access) in gfs2_acl_validate_remove()
87 static int acl_get(struct gfs2_inode *ip, int access, struct posix_acl **acl, in acl_get()
/fs/9p/
Dfid.c111 int i, n, l, clone, any, access; in v9fs_fid_lookup() local
/fs/ncpfs/
Dfile.c37 int access; in ncp_make_open() local
/fs/nfsd/
Dnfsfh.c289 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, int access) in fh_verify()
Dvfs.c566 u32 access; member
605 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access()
672 int access, struct file **filp) in nfsd_open()
1964 nfsd_statfs(struct svc_rqst *rqstp, struct svc_fh *fhp, struct kstatfs *stat, int access) in nfsd_statfs()
Dnfs4state.c1206 set_access(unsigned int *access, unsigned long bmap) { in set_access()
1229 unsigned int access, deny; in test_share() local
2275 reset_union_bmap_access(unsigned long access, unsigned long *bmap) in reset_union_bmap_access()
Dnfs4proc.c331 struct nfsd4_access *access) in nfsd4_access()
Dnfs4xdr.c426 nfsd4_decode_access(struct nfsd4_compoundargs *argp, struct nfsd4_access *access) in nfsd4_decode_access()
1975 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_access *access) in nfsd4_encode_access()
/fs/ocfs2/
Ddir.c515 ocfs2_journal_access_func access = ocfs2_journal_access_db; in ocfs2_update_entry() local
548 ocfs2_journal_access_func access = ocfs2_journal_access_db; in __ocfs2_delete_entry() local
Dalloc.c300 ocfs2_journal_access_func access, in __ocfs2_init_extent_tree()
535 ocfs2_journal_access_func access) in ocfs2_new_path()
577 ocfs2_journal_access_func access = path_root_access(path); in ocfs2_path_bh_journal_access() local
/fs/
Dopen.c520 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) in SYSCALL_DEFINE2() argument
/fs/smbfs/
Dproc.c1168 __u16 access; in smb_open() local
/fs/nfs/
Dnfs4xdr.c734 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access()
2847 static int decode_access(struct xdr_stream *xdr, struct nfs4_accessres *access) in decode_access()