Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dtrace.h704 int create_options,
711 __field(int, create_options)
718 __entry->create_options = create_options;
731 int create_options, \
742 int create_options,
758 __entry->create_options = create_options;
772 int create_options, \
785 int create_options,
793 __field(int, create_options)
801 __entry->create_options = create_options;
[all …]
A Dsmb2inode.c60 __u32 desired_access, __u32 create_disposition, __u32 create_options, in smb2_compound_op() argument
112 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_compound_op()
530 __u32 create_options = 0; in smb2_query_path_info() local
559 create_options, ACL_NO_MODE, data, SMB2_OP_QUERY_INFO, cfile, in smb2_query_path_info()
574 create_options |= OPEN_REPARSE_POINT; in smb2_query_path_info()
580 create_options, ACL_NO_MODE, data, in smb2_query_path_info()
615 __u32 create_options = 0; in smb311_posix_query_path_info() local
636 create_options, ACL_NO_MODE, data, SMB2_OP_POSIX_QUERY_INFO, cfile, in smb311_posix_query_path_info()
648 create_options |= OPEN_REPARSE_POINT; in smb311_posix_query_path_info()
653 FILE_OPEN, create_options, ACL_NO_MODE, data, in smb311_posix_query_path_info()
A Dlink.c278 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_query_mf_symlink()
321 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_create_mf_symlink()
364 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_query_mf_symlink()
431 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_create_mf_symlink()
A Ddir.c182 int create_options = CREATE_NOT_DIR; local
305 create_options |= CREATE_OPTION_READONLY;
311 .create_options = cifs_create_options(cifs_sb, create_options),
A Dsmb2file.c132 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()
135 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
A Dsmb1ops.c583 .create_options = cifs_create_options(cifs_sb, 0), in cifs_query_path_info()
731 oparms->create_options, in cifs_open_file()
831 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb_set_file_info()
1007 .create_options = cifs_create_options(cifs_sb, in cifs_query_symlink()
1125 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in cifs_make_node()
A Dsmb2ops.c736 .create_options = cifs_create_options(cifs_sb, 0), in smb3_qfs_tcon()
779 .create_options = cifs_create_options(cifs_sb, 0), in smb2_qfs_tcon()
826 .create_options = cifs_create_options(cifs_sb, 0), in smb2_is_path_accessible()
1110 .create_options = cifs_create_options(cifs_sb, 0), in smb2_set_ea()
1465 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_ioctl_query_info()
2101 .create_options = cifs_create_options(cifs_sb, 0), in smb3_notify()
2173 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_dir_first()
2505 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_info_compound()
2639 .create_options = cifs_create_options(cifs_sb, 0), in smb311_queryfs()
2933 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_query_symlink()
[all …]
A Dfile.c345 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
384 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()
387 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
393 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_nt_open()
901 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
970 create_options |= CREATE_WRITE_THROUGH; in cifs_reopen_file()
973 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
982 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_reopen_file()
A Dcached_dir.c187 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE), in open_cached_dir()
A Dcifssmb.c1033 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument
1075 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1080 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1148 int create_options = oparms->create_options; in CIFS_open() local
1191 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
1203 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
1208 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
5338 .create_options = cifs_create_options(cifs_sb, 0), in CIFSSMBSetPathInfoFB()
A Dsmb2pdu.c2774 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
2776 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
2786 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
2833 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
2977 oparms->create_options, oparms->desired_access); in SMB2_open()
2993 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
3004 oparms->create_options, oparms->desired_access); in SMB2_open()
A Dcifsacl.c1435 .create_options = cifs_create_options(cifs_sb, 0), in get_cifs_acl_by_path()
1502 .create_options = cifs_create_options(cifs_sb, 0), in set_cifs_acl()
A Dinode.c515 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
1526 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
2122 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
A Dcifsglob.h1343 int create_options; member

Completed in 60 milliseconds