Home
last modified time | relevance | path

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

/linux-6.6.21/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.c60 __u32 desired_access, __u32 create_disposition, __u32 create_options, in smb2_compound_op() argument
113 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_compound_op()
580 __u32 create_options = 0; in smb2_query_path_info() local
610 create_options, ACL_NO_MODE, data, SMB2_OP_QUERY_INFO, cfile, in smb2_query_path_info()
627 create_options |= OPEN_REPARSE_POINT; in smb2_query_path_info()
632 create_options, ACL_NO_MODE, data, in smb2_query_path_info()
667 __u32 create_options = 0; in smb311_posix_query_path_info() local
688 create_options, ACL_NO_MODE, data, SMB2_OP_POSIX_QUERY_INFO, cfile, in smb311_posix_query_path_info()
705 create_options |= OPEN_REPARSE_POINT; in smb311_posix_query_path_info()
709 FILE_OPEN, create_options, ACL_NO_MODE, data, in smb311_posix_query_path_info()
[all …]
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()
1103 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in cifs_make_node()
Dsmb2ops.c820 .create_options = cifs_create_options(cifs_sb, 0), in smb3_qfs_tcon()
864 .create_options = cifs_create_options(cifs_sb, 0), in smb2_qfs_tcon()
912 .create_options = cifs_create_options(cifs_sb, 0), in smb2_is_path_accessible()
1198 .create_options = cifs_create_options(cifs_sb, 0), in smb2_set_ea()
1502 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() local
1545 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_ioctl_query_info()
2182 .create_options = cifs_create_options(cifs_sb, 0), in smb3_notify()
2255 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_dir_first()
2591 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_info_compound()
2727 .create_options = cifs_create_options(cifs_sb, 0), in smb311_queryfs()
[all …]
Dfile.c348 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
387 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()
390 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
396 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_nt_open()
904 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
973 create_options |= CREATE_WRITE_THROUGH; in cifs_reopen_file()
976 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
985 .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()
2722 .create_options = cifs_create_options(cifs_sb, in cifs_query_reparse_point()
5294 .create_options = cifs_create_options(cifs_sb, 0), in CIFSSMBSetPathInfoFB()
Dcached_dir.c235 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE), in open_cached_dir()
Dsmb2pdu.c2951 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
2953 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
2963 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
3010 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
3144 oparms->create_options, oparms->desired_access); in SMB2_open()
3160 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
3171 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.c541 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type()
1650 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete()
2247 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
Dcifsglob.h1361 int create_options; member