Home
last modified time | relevance | path

Searched refs:create_options (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/fs/cifs/
Dlink.c340 oparms.create_options = CREATE_NOT_DIR; in cifs_query_mf_symlink()
378 int create_options = CREATE_NOT_DIR; in cifs_create_mf_symlink() local
381 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_create_mf_symlink()
386 oparms.create_options = create_options; in cifs_create_mf_symlink()
428 oparms.create_options = CREATE_NOT_DIR; in smb3_query_mf_symlink()
430 oparms.create_options |= CREATE_OPEN_BACKUP_INTENT; in smb3_query_mf_symlink()
482 int create_options = CREATE_NOT_DIR; in smb3_create_mf_symlink() local
488 create_options |= CREATE_OPEN_BACKUP_INTENT; in smb3_create_mf_symlink()
499 oparms.create_options = create_options; in smb3_create_mf_symlink()
Ddir.c199 int create_options = CREATE_NOT_DIR; in cifs_do_create() local
319 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()
322 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_do_create()
327 oparms.create_options = create_options; in cifs_do_create()
573 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod() local
650 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_mknod()
655 oparms.create_options = create_options; in cifs_mknod()
Dsmb2inode.c44 __u32 create_options, void *data, int command) in smb2_open_op_close() argument
59 oparms.create_options = create_options; in smb2_open_op_close()
Dcifsacl.c896 int rc, create_options = 0; in get_cifs_acl_by_path() local
909 create_options |= CREATE_OPEN_BACKUP_INTENT; in get_cifs_acl_by_path()
914 oparms.create_options = create_options; in get_cifs_acl_by_path()
959 int rc, access_flags, create_options = 0; in set_cifs_acl() local
973 create_options |= CREATE_OPEN_BACKUP_INTENT; in set_cifs_acl()
983 oparms.create_options = create_options; in set_cifs_acl()
Dsmb1ops.c576 oparms.create_options = 0; in cifs_query_path_info()
715 oparms->create_options, in cifs_open_file()
808 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
976 oparms.create_options = OPEN_REPARSE_POINT; in cifs_query_symlink()
Dsmb2ops.c302 oparms.create_options = 0; in smb3_qfs_tcon()
336 oparms.create_options = 0; in smb2_qfs_tcon()
369 oparms.create_options = 0; in smb2_is_path_accessible()
905 oparms.create_options = 0; in smb2_query_dir_first()
992 oparms.create_options = 0; in smb2_queryfs()
1065 oparms.create_options = 0; in smb2_query_symlink()
Dfile.c182 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
225 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_nt_open()
230 oparms.create_options = create_options; in cifs_nt_open()
610 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
676 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_reopen_file()
684 oparms.create_options = create_options; in cifs_reopen_file()
Dinode.c464 oparms.create_options = CREATE_NOT_DIR;
1119 oparms.create_options = CREATE_NOT_DIR;
1645 oparms.create_options = CREATE_NOT_DIR;
Dcifssmb.c1168 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument
1212 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1217 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1286 int create_options = oparms->create_options; in CIFS_open() local
1332 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
1344 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
1349 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
Dsmb2pdu.c1332 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open()
1334 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open()
1343 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open()
Dcifsglob.h1011 int create_options; member