Searched refs:desired_access (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | link.c | 242 .desired_access = GENERIC_READ, in cifs_query_mf_symlink() 285 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink() 329 .desired_access = GENERIC_READ, in smb3_query_mf_symlink() 388 .desired_access = GENERIC_WRITE, in smb3_create_mf_symlink()
|
| H A D | smb2ops.c | 896 .desired_access = FILE_READ_ATTRIBUTES, in smb3_qfs_tcon() 940 .desired_access = FILE_READ_ATTRIBUTES, in smb2_qfs_tcon() 985 .desired_access = FILE_READ_ATTRIBUTES, in smb2_is_path_accessible() 1282 .desired_access = FILE_WRITE_EA, in smb2_set_ea() 1661 oparms.desired_access = FILE_READ_DATA | FILE_WRITE_DATA | FILE_READ_ATTRIBUTES | SYNCHRONIZE; in smb2_ioctl_query_info() 1664 oparms.desired_access = GENERIC_ALL; in smb2_ioctl_query_info() 1667 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info() 1670 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info() 1674 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info() 1676 oparms.desired_access = FILE_READ_ATTRIBUTES | READ_CONTROL; in smb2_ioctl_query_info() [all …]
|
| H A D | file.c | 558 int desired_access; in cifs_nt_open() local 572 desired_access = cifs_convert_flags(f_flags, rdwr_for_fscache); in cifs_nt_open() 606 .desired_access = desired_access, in cifs_nt_open() 616 desired_access = cifs_convert_flags(f_flags, 0); in cifs_nt_open() 1284 int desired_access; in cifs_reopen_file() local 1356 desired_access = cifs_convert_flags(cfile->f_flags, rdwr_for_fscache); in cifs_reopen_file() 1367 .desired_access = desired_access, in cifs_reopen_file() 1390 desired_access = cifs_convert_flags(cfile->f_flags, 0); in cifs_reopen_file()
|
| H A D | smb2proto.h | 268 const char *path, u32 desired_access, u32 class,
|
| H A D | cifsacl.c | 1599 .desired_access = READ_CONTROL, in get_cifs_acl_by_path() 1607 oparms.desired_access |= SYSTEM_SECURITY; in get_cifs_acl_by_path() 1671 .desired_access = access_flags, in set_cifs_acl()
|
| H A D | cifsglob.h | 1405 int desired_access; member 2250 .desired_access = (_da), \
|
| H A D | cached_dir.c | 277 .desired_access = FILE_READ_DATA | FILE_READ_ATTRIBUTES | in open_cached_dir()
|
| H A D | smb2pdu.c | 3136 req->DesiredAccess = cpu_to_le32(oparms->desired_access); in SMB2_open_init() 3333 oparms->create_options, oparms->desired_access); in SMB2_open() 3356 oparms->create_options, oparms->desired_access, rc); in SMB2_open() 3369 oparms->fid->access = oparms->desired_access; in SMB2_open() 3393 oparms->create_options, oparms->desired_access, in SMB2_open()
|
| H A D | cifssmb.c | 1359 int desired_access = oparms->desired_access; in CIFS_open() local 1396 req->DesiredAccess = cpu_to_le32(desired_access); in CIFS_open() 1445 oparms->fid->access = desired_access; in CIFS_open() 2996 .desired_access = FILE_READ_ATTRIBUTES, in cifs_query_reparse_point()
|