Searched refs:f_granted_access (Results 1 – 17 of 17) sorted by relevance
359 of->f_granted_access = op->desired_access; in smb_ofile_alloc()374 of->f_mode = smb_fsop_amask_to_omode(of->f_granted_access); in smb_ofile_alloc()375 if ((of->f_granted_access & FILE_DATA_ALL) == FILE_EXECUTE) in smb_ofile_alloc()1611 if (~(of->f_granted_access) & access) { in smb_ofile_access()1612 if (!(of->f_granted_access & ACCESS_SYSTEM_SECURITY) && in smb_ofile_access()1658 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_open_check()1667 if (SMB_DENY_DELETE(share_access) && (of->f_granted_access & DELETE)) { in smb_ofile_open_check()1673 (of->f_granted_access & (FILE_READ_DATA | FILE_EXECUTE))) { in smb_ofile_open_check()1679 (of->f_granted_access & (FILE_WRITE_DATA | FILE_APPEND_DATA))) { in smb_ofile_open_check()1731 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_rename_check()[all …]
334 MaxAccess |= of->f_granted_access; in smb_com_nt_create_andx()
245 MaxAccess |= of->f_granted_access; in smb_nt_transact_create()
202 if ((of->f_granted_access & FILE_LIST_DIRECTORY) == 0) in smb_notify_act1()
456 MaxAccess |= of->f_granted_access; in smb_com_open_andx()
55 if ((ofile->f_granted_access & amask) == 0) in smb2_fsctl_set_sparse()
394 of->f_granted_access); in smb2_qif_access()
416 sr->fid_ofile->f_granted_access); in smb_query_encode_response()
584 op->maximum_access |= of->f_granted_access; in smb2_create()
1482 if (cr != kcr && (ofile->f_granted_access & amask) == 0) in smb_fsop_read()1572 if (cr != kcr && (ofile->f_granted_access & amask) == 0) in smb_fsop_write()
351 if ((of->f_granted_access & FILE_LIST_DIRECTORY) == 0) in smb_odir_openfh()
694 if ((o->f_granted_access & FILE_DATA_ALL) == 0) in smb_oplock_req_excl()
1106 "granted_access", of->f_granted_access); in smb2_dh_make_persistent()
210 uint32_t f_granted_access; member
1812 uint32_t f_granted_access; member1907 of->f_granted_access, in smbofile_dcmd()1908 of->f_granted_access, nt_access_bits); in smbofile_dcmd()
714 #define smb_ofile_granted_access(_of_) ((_of_)->f_granted_access)
1428 uint32_t f_granted_access; member