Searched refs:maximal_access (Results 1 – 8 of 8) sorted by relevance
25 __u32 maximal_access; member
156 fsinf->maximal_access = tcon->maximal_access; in smb_mnt_get_fsinfo()
1273 __u32 maximal_access; member
2203 tcon->maximal_access = le32_to_cpu(rsp->MaximalAccess); in SMB2_tcon()
1404 seq_printf(m, "\tMaximal Access: 0x%x", tcon->maximal_access); in smb2_dump_share_caps()
113 void create_mxac_rsp_buf(char *cc, int maximal_access);
1677 * @maximal_access: maximal access in create_mxac_rsp_buf() 1679 void create_mxac_rsp_buf(char *cc, int maximal_access) in create_mxac_rsp_buf() 1698 buf->MaximalAccess = cpu_to_le32(maximal_access); in create_disk_id_rsp_buf() 1661 create_mxac_rsp_buf(char * cc,int maximal_access) create_mxac_rsp_buf() argument
2046 status.tree_conn->maximal_access = le32_to_cpu(rsp->MaximalAccess); in smb2_tree_connect() 2920 __le32 daccess, maximal_access = 0; in smb2_open() 3256 maximal_access = daccess; in smb2_open() 3680 if (maximal_access == 0) in smb2_open() 3683 &maximal_access); in smb2_open() 3689 le32_to_cpu(maximal_access)); in smb2_open() 2914 __le32 daccess, maximal_access = 0; smb2_open() local