Searched refs:CREATE_NOT_DIR (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | link.c | 266 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_query_mf_symlink() 309 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_create_mf_symlink() 353 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_query_mf_symlink() 421 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_create_mf_symlink()
|
D | reparse.c | 210 CREATE_NOT_DIR | OPEN_REPARSE_POINT); in detect_directory_symlink_target()
|
D | dir.c | 182 int create_options = CREATE_NOT_DIR;
|
D | inode.c | 563 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type() 1697 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete() 2300 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
|
D | smb1ops.c | 834 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb_set_file_info()
|
D | file.c | 533 int create_options = CREATE_NOT_DIR; in cifs_nt_open() 1154 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
|
D | smb2inode.c | 1221 (directory ? CREATE_NOT_FILE : CREATE_NOT_DIR) | OPEN_REPARSE_POINT, in smb2_get_reparse_inode()
|
D | cifspdu.h | 334 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro
|
D | smb2ops.c | 1560 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() 5171 FILE_CREATE, CREATE_NOT_DIR | in __cifs_sfu_make_node()
|