Home
last modified time | relevance | path

Searched refs:smb_ofile_access (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_sparse.c118 status = smb_ofile_access(ofile, ofile->f_cr, FILE_WRITE_DATA); in smb2_fsctl_set_zero_data()
200 status = smb_ofile_access(ofile, ofile->f_cr, FILE_READ_DATA); in smb2_fsctl_query_alloc_ranges()
494 status = smb_ofile_access(ofile, ofile->f_cr, FILE_READ_DATA); in smb2_fsctl_query_file_regions()
H A Dsmb2_fsctl_odx.c209 status = smb_ofile_access(ofile, ofile->f_cr, FILE_READ_DATA); in smb2_fsctl_odx_read()
406 status = smb_ofile_access(ofile, ofile->f_cr, FILE_WRITE_DATA); in smb2_fsctl_odx_write()
724 status = smb_ofile_access(src_ofile, src_ofile->f_cr, FILE_READ_DATA); in smb2_fsctl_odx_write_native1()
H A Dsmb2_fsctl_copychunk.c106 status = smb_ofile_access(dst_of, dst_of->f_cr, desired_access); in smb2_fsctl_copychunk()
149 status = smb_ofile_access(src_of, src_of->f_cr, FILE_READ_DATA); in smb2_fsctl_copychunk()
H A Dsmb_fsops.c1038 status = smb_ofile_access(sr->fid_ofile, cr, access); in smb_fsop_getattr()
1240 rc = smb_ofile_access(sr->fid_ofile, cr, DELETE); in smb_fsop_rename()
1364 status = smb_ofile_access(sr->fid_ofile, cr, access); in smb_fsop_setattr()
1426 status = smb_ofile_access(sr->fid_ofile, cr, access); in smb_fsop_freesp()
2262 error = smb_ofile_access(sr->fid_ofile, cr, access); in smb_fsop_aclread()
2326 error = smb_ofile_access(sr->fid_ofile, cr, access); in smb_fsop_aclwrite()
2598 error = smb_ofile_access(sr->fid_ofile, cr, access); in smb_fsop_sdwrite()
H A Dsmb_ofile.c1601 smb_ofile_access(smb_ofile_t *of, cred_t *cr, uint32_t access) in smb_ofile_access() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h684 uint32_t smb_ofile_access(smb_ofile_t *, cred_t *, uint32_t);