Searched refs:CREATE_NOT_DIR (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | link.c | 318 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in cifs_query_mf_symlink() 360 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in cifs_create_mf_symlink() 401 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb3_query_mf_symlink() 467 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb3_create_mf_symlink()
|
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()
|
D | dir.c | 231 int create_options = CREATE_NOT_DIR; in cifs_do_create()
|
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);
|
D | cifspdu.h | 362 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro
|
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()
|
D | smb2ops.c | 1528 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() 5068 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in smb2_make_node()
|