Home
last modified time | relevance | path

Searched refs:op_share_access (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/nfsd/
Dxdr4.h265 u32 op_share_access; /* request */ member
Dnfs4proc.c146 !(open->op_share_access & NFS4_SHARE_ACCESS_WRITE)) in do_open_permission()
151 if (open->op_share_access & NFS4_SHARE_ACCESS_READ) in do_open_permission()
153 if (open->op_share_access & NFS4_SHARE_ACCESS_WRITE) in do_open_permission()
202 switch (open->op_share_access & NFS4_SHARE_ACCESS_BOTH) { in nfsd4_vfs_create()
Dnfs4state.c5099 flags = share_access_to_flags(open->op_share_access); in nfs4_check_deleg()
5139 if (!(open->op_share_access & NFS4_SHARE_ACCESS_WRITE)) in nfsd4_truncate()
5150 int oflag = nfs4_access_to_omode(open->op_share_access); in nfs4_get_vfs_file()
5151 int access = nfs4_access_to_access(open->op_share_access); in nfs4_get_vfs_file()
5174 status = nfs4_file_get_access(fp, open->op_share_access); in nfs4_get_vfs_file()
5181 stp, open->op_share_access, true)) in nfs4_get_vfs_file()
5189 set_access(open->op_share_access, stp); in nfs4_get_vfs_file()
5234 nfs4_file_put_access(fp, open->op_share_access); in nfs4_get_vfs_file()
5247 if (!test_access(open->op_share_access, stp)) in nfs4_upgrade_open()
Dnfs4xdr.c1156 status = nfsd4_decode_share_access(argp, &open->op_share_access, in nfsd4_decode_open()