Searched refs:maximal_access (Results 1 – 8 of 8) sorted by relevance
25 __u32 maximal_access; member
266 fsinf->maximal_access = tcon->maximal_access; in cifs_dump_full_key()
1272 __u32 maximal_access;1270 __u32 maximal_access; global() member
1415 seq_printf(m, "\tMaximal Access: 0x%x", tcon->maximal_access); in smb2_dump_share_caps()
2239 tcon->maximal_access = le32_to_cpu(rsp->MaximalAccess); in SMB2_tcon()
113 void create_mxac_rsp_buf(char *cc, int maximal_access);
1693 * @maximal_access: maximal access in create_mxac_rsp_buf() 1695 void create_mxac_rsp_buf(char *cc, int maximal_access) in create_mxac_rsp_buf() 1714 buf->MaximalAccess = cpu_to_le32(maximal_access); in create_disk_id_rsp_buf() 1689 create_mxac_rsp_buf(char * cc,int maximal_access) create_mxac_rsp_buf() argument
2142 status.tree_conn->maximal_access = le32_to_cpu(rsp->MaximalAccess); in smb2_create_open_flags() 3022 __le32 daccess, maximal_access = 0; in smb2_open() 3353 maximal_access = daccess; in smb2_open() 3784 if (maximal_access == 0) in smb2_open() 3787 &maximal_access); in smb2_open() 3793 le32_to_cpu(maximal_access)); in smb2_open() 2921 __le32 daccess, maximal_access = 0; smb2_open() local