Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dtrace.h705 int create_options,
707 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access),
713 __field(int, create_options)
721 __entry->create_options = create_options;
726 __entry->create_options, __entry->desired_access)
735 int create_options, \
737 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access))
746 int create_options,
749 TP_ARGS(xid, tid, sesid, create_options, desired_access, rc),
754 __field(int, create_options)
[all …]
Dsmb2inode.c48 __u32 desired_access, __u32 create_disposition, __u32 create_options, in smb2_compound_op() argument
101 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_compound_op()
568 __u32 create_options = 0; in smb2_query_path_info() local
598 create_options, ACL_NO_MODE, data, SMB2_OP_QUERY_INFO, cfile, in smb2_query_path_info()
615 create_options |= OPEN_REPARSE_POINT; in smb2_query_path_info()
620 create_options, ACL_NO_MODE, data, in smb2_query_path_info()
655 __u32 create_options = 0; in smb311_posix_query_path_info() local
676 create_options, ACL_NO_MODE, data, SMB2_OP_POSIX_QUERY_INFO, cfile, in smb311_posix_query_path_info()
693 create_options |= OPEN_REPARSE_POINT; in smb311_posix_query_path_info()
697 FILE_OPEN, create_options, ACL_NO_MODE, data, in smb311_posix_query_path_info()
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()
365 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_query_mf_symlink()
433 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_create_mf_symlink()
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),
Dsmb2file.c132 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()
135 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
Dsmb1ops.c586 .create_options = cifs_create_options(cifs_sb, 0), in cifs_query_path_info()
734 oparms->create_options, in cifs_open_file()
834 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb_set_file_info()
1012 .create_options = cifs_create_options(cifs_sb, in cifs_query_symlink()
1130 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in cifs_make_node()
Dsmb2ops.c804 .create_options = cifs_create_options(cifs_sb, 0), in smb3_qfs_tcon()
848 .create_options = cifs_create_options(cifs_sb, 0), in smb2_qfs_tcon()
896 .create_options = cifs_create_options(cifs_sb, 0), in smb2_is_path_accessible()
1182 .create_options = cifs_create_options(cifs_sb, 0), in smb2_set_ea()
1484 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() local
1527 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_ioctl_query_info()
2164 .create_options = cifs_create_options(cifs_sb, 0), in smb3_notify()
2237 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_dir_first()
2573 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_info_compound()
2709 .create_options = cifs_create_options(cifs_sb, 0), in smb311_queryfs()
[all …]
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()
Dcifssmb.c1039 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument
1081 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1086 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1154 int create_options = oparms->create_options; in CIFS_open() local
1197 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
1209 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
1214 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
5330 .create_options = cifs_create_options(cifs_sb, 0), in CIFSSMBSetPathInfoFB()
Dcached_dir.c225 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE), in open_cached_dir()
Dsmb2pdu.c2789 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
2791 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
2801 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
2848 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
2982 oparms->create_options, oparms->desired_access); in SMB2_open()
2998 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
3009 oparms->create_options, oparms->desired_access); in SMB2_open()
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()
Dinode.c540 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type()
1596 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete()
2192 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
Dcifsglob.h1332 int create_options; member