Searched refs:op_share_access (Results 1 – 4 of 4) sorted by relevance
265 u32 op_share_access; /* request */ member
146 !(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()
5114 flags = share_access_to_flags(open->op_share_access); in nfs4_check_deleg()5154 if (!(open->op_share_access & NFS4_SHARE_ACCESS_WRITE)) in nfsd4_truncate()5165 int oflag = nfs4_access_to_omode(open->op_share_access); in nfs4_get_vfs_file()5166 int access = nfs4_access_to_access(open->op_share_access); in nfs4_get_vfs_file()5189 status = nfs4_file_get_access(fp, open->op_share_access); in nfs4_get_vfs_file()5196 stp, open->op_share_access, true)) in nfs4_get_vfs_file()5204 set_access(open->op_share_access, stp); in nfs4_get_vfs_file()5241 nfs4_file_put_access(fp, open->op_share_access); in nfs4_get_vfs_file()5254 if (!test_access(open->op_share_access, stp)) in nfs4_upgrade_open()
1156 status = nfsd4_decode_share_access(argp, &open->op_share_access, in nfsd4_decode_open()