Home
last modified time | relevance | path

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

/fs/smb/client/
A Dtrace.h1017 int create_options,
1025 __field(int, create_options)
1033 __entry->create_options = create_options;
1047 int create_options, \
1058 int create_options,
1074 __entry->create_options = create_options;
1088 int create_options, \
1101 int create_options,
1109 __field(int, create_options)
1117 __entry->create_options = create_options;
[all …]
A Dlink.c268 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_query_mf_symlink()
311 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_create_mf_symlink()
355 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_query_mf_symlink()
423 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_create_mf_symlink()
A Ddir.c183 int create_options = CREATE_NOT_DIR; local
315 create_options |= CREATE_OPTION_READONLY;
343 .create_options = cifs_create_options(cifs_sb, create_options),
A Dsmb2inode.c945 __u32 create_options = 0; in smb2_query_path_info() local
995 FILE_OPEN, create_options, ACL_NO_MODE); in smb2_query_path_info()
1035 FILE_OPEN, create_options, ACL_NO_MODE); in smb2_query_path_info()
1070 FILE_OPEN, create_options | in smb2_query_path_info()
1195 __u32 create_options, __u32 access, in smb2_set_path_attr() argument
1212 create_options, ACL_NO_MODE); in smb2_set_path_attr()
A Dsmb2file.c195 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()
198 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
A Dfile.c540 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
584 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()
587 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
594 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_nt_open()
1173 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
1247 create_options |= CREATE_WRITE_THROUGH; in cifs_reopen_file()
1250 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
1260 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_reopen_file()
A Dsmb2ops.c881 .create_options = cifs_create_options(cifs_sb, 0), in smb3_qfs_tcon()
925 .create_options = cifs_create_options(cifs_sb, 0), in smb2_qfs_tcon()
973 .create_options = cifs_create_options(cifs_sb, 0), in smb2_is_path_accessible()
1268 .create_options = cifs_create_options(cifs_sb, 0), in smb2_set_ea()
1635 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_ioctl_query_info()
2302 .create_options = cifs_create_options(cifs_sb, 0), in smb3_notify()
2381 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_dir_first()
2739 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_info_compound()
2889 .create_options = cifs_create_options(cifs_sb, 0), in smb311_queryfs()
3125 .create_options = cifs_create_options(cifs_sb, 0) | in get_smb2_acl_by_path()
[all …]
A Dreparse.c332 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target()
351 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target()
A Dcifssmb.c1075 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument
1117 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1122 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1190 int create_options = oparms->create_options; in CIFS_open() local
1233 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
1245 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
1250 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
2761 .create_options = cifs_create_options(cifs_sb, in cifs_query_reparse_point()
5552 .create_options = cifs_create_options(cifs_sb, 0), in CIFSSMBSetPathInfoFB()
A Dsmb1ops.c836 oparms->create_options, in cifs_open_file()
977 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb_set_file_info()
A Dcifsglob.h1445 int create_options; member
2333 .create_options = cifs_create_options(_cifs_sb, (_co)), \
A Dsmb2pdu.c3028 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
3030 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
3040 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
3087 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
3231 oparms->create_options, oparms->desired_access); in SMB2_open()
3250 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
3261 oparms->create_options, oparms->desired_access); in SMB2_open()
A Dcifsacl.c1462 .create_options = cifs_create_options(cifs_sb, 0), in get_cifs_acl_by_path()
1534 .create_options = cifs_create_options(cifs_sb, 0), in set_cifs_acl()
A Dcached_dir.c276 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE), in open_cached_dir()
A Dinode.c563 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type()
1823 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete()
2446 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),

Completed in 71 milliseconds