Searched refs:CREATE_NOT_DIR (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | link.c | 278 .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 D | smb1ops.c | 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 D | dir.c | 182 int create_options = CREATE_NOT_DIR;
|
H A D | inode.c | 543 .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),
|
H A D | cifspdu.h | 334 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro
|
H A D | file.c | 348 int create_options = CREATE_NOT_DIR; in cifs_nt_open() 904 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
|
H A D | smb2ops.c | 1502 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() 5145 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in smb2_make_node()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | link.c | 321 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 D | smb1ops.c | 797 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb_set_file_info() 1097 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in cifs_make_node()
|
H A D | dir.c | 231 int create_options = CREATE_NOT_DIR; in cifs_do_create()
|
H A D | inode.c | 479 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 D | cifspdu.h | 362 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro
|
H A D | smb2ops.c | 1533 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() 5076 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in smb2_make_node()
|
H A D | file.c | 184 int create_options = CREATE_NOT_DIR; in cifs_nt_open() 689 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
|
Completed in 52 milliseconds