Home
last modified time | relevance | path

Searched refs:create_options (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/fs/cifs/
H A Dtrace.h655 int create_options,
657 TP_ARGS(xid, tid, sesid, create_options, desired_access),
662 __field(int, create_options)
669 __entry->create_options = create_options;
674 __entry->create_options, __entry->desired_access)
682 int create_options, \
684 TP_ARGS(xid, tid, sesid, create_options, desired_access))
693 int create_options,
696 TP_ARGS(xid, tid, sesid, create_options, desired_acces
[all...]
H A Dsmb2inode.c66 __u32 create_options, umode_t mode, void *ptr, int command, in smb2_compound_op()
114 vars->oparms.create_options = cifs_create_options(cifs_sb, create_options); in smb2_compound_op()
529 __u32 create_options = 0; in smb2_query_path_info() local
564 FILE_READ_ATTRIBUTES, FILE_OPEN, create_options, in smb2_query_path_info()
568 create_options |= OPEN_REPARSE_POINT; in smb2_query_path_info()
573 create_options, ACL_NO_MODE, in smb2_query_path_info()
592 __u32 create_options = 0; in smb311_posix_query_path_info() local
614 FILE_READ_ATTRIBUTES, FILE_OPEN, create_options, in smb311_posix_query_path_info()
619 create_options | in smb311_posix_query_path_info()
63 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, __u32 desired_access, __u32 create_disposition, __u32 create_options, umode_t mode, void *ptr, int command, struct cifsFileInfo *cfile) smb2_compound_op() argument
[all...]
H A Ddir.c231 int create_options = CREATE_NOT_DIR; in cifs_do_create() local
356 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()
361 oparms.create_options = cifs_create_options(cifs_sb, create_options); in cifs_do_create()
H A Dlink.c321 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in cifs_query_mf_symlink()
363 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in cifs_create_mf_symlink()
404 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb3_query_mf_symlink()
470 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb3_create_mf_symlink()
H A Dsmb2ops.c728 oparms.create_options = cifs_create_options(cifs_sb, 0); in open_shroot()
866 .create_options = cifs_create_options(cifs_sb, 0), in smb3_qfs_tcon()
910 oparms.create_options = cifs_create_options(cifs_sb, 0); in smb2_qfs_tcon()
946 oparms.create_options = cifs_create_options(cifs_sb, 0); in smb2_is_path_accessible()
1224 oparms.create_options = cifs_create_options(cifs_sb, 0); in smb2_set_ea()
1533 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() local
1576 oparms.create_options = cifs_create_options(cifs_sb, create_options); in smb2_ioctl_query_info()
2208 oparms.create_options = cifs_create_options(cifs_sb, 0); in smb3_notify()
2268 oparms.create_options in smb2_query_dir_first()
2922 int create_options = is_reparse_point ? OPEN_REPARSE_POINT : 0; smb2_query_symlink() local
[all...]
H A Dsmb1ops.c569 oparms.create_options = cifs_create_options(cifs_sb, 0); in cifs_query_path_info()
704 oparms->create_options, in cifs_open_file()
797 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb_set_file_info()
974 oparms.create_options = cifs_create_options(cifs_sb, in cifs_query_symlink()
1097 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in cifs_make_node()
H A Dfile.c184 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
228 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()
231 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
236 oparms.create_options = cifs_create_options(cifs_sb, create_options); in cifs_nt_open()
689 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
756 create_options |= CREATE_WRITE_THROUGH; in cifs_reopen_file()
759 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
767 oparms.create_options = cifs_create_options(cifs_sb, create_options); in cifs_reopen_file()
[all...]
H A Dcifsacl.c1148 oparms.create_options = cifs_create_options(cifs_sb, 0); in get_cifs_acl_by_path()
1214 oparms.create_options = cifs_create_options(cifs_sb, 0); in set_cifs_acl()
H A Dsmb2pdu.c2667 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
2669 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
2679 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
2728 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
2872 oparms->create_options, oparms->desired_access); in SMB2_open()
2888 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
2897 ses->Suid, oparms->create_options, in SMB2_open()
H A Dcifssmb.c1219 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen()
1261 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1266 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1270 /* pSMB->CreateOptions = cpu_to_le32(create_options & in SMBLegacyOpen()
1334 int create_options = oparms->create_options; in CIFS_open() local
1377 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
1389 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
1394 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
5825 oparms.create_options in CIFSSMBSetPathInfoFB()
1217 SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) SMBLegacyOpen() argument
[all...]
H A Dinode.c479 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
1491 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
2042 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
H A Dcifsglob.h1280 int create_options; member
/kernel/linux/linux-6.6/fs/smb/client/
H A 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_acces
[all...]
H A Dsmb2inode.c60 __u32 desired_access, __u32 create_disposition, __u32 create_options, in smb2_compound_op()
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 | in smb311_posix_query_path_info()
58 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, __u32 desired_access, __u32 create_disposition, __u32 create_options, umode_t mode, void *ptr, int command, struct cifsFileInfo *cfile, __u8 **extbuf, size_t *extbuflen, struct kvec *out_iov, int *out_buftype) smb2_compound_op() argument
796 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb, __u32 create_options, __u32 access, int command, struct cifsFileInfo *cfile) smb2_set_path_attr() argument
[all...]
H 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()
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()
H 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),
H A Dsmb2file.c132 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()
135 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
H A 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 in smb2_query_info_compound()
[all...]
H A 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()
H A 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()
[all...]
H A Dsmb2pdu.c2956 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
2958 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
2968 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
3015 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
3149 oparms->create_options, oparms->desired_access); in SMB2_open()
3165 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
3176 oparms->create_options, oparms->desired_access); in SMB2_open()
H A Dcached_dir.c235 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE), in open_cached_dir()
H A Dcifssmb.c1039 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen()
1081 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1086 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1090 /* pSMB->CreateOptions = cpu_to_le32(create_options & 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 in cifs_query_reparse_point()
1037 SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) SMBLegacyOpen() argument
[all...]
H 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()
H A Dinode.c543 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type()
1653 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete()
2250 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),

Completed in 74 milliseconds

12