Searched refs:CREATE_NOT_DIR (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A 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()
|
H A D | reparse.c | 213 CREATE_NOT_DIR | OPEN_REPARSE_POINT); in detect_directory_symlink_target()
|
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() 1713 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete() 2316 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
|
H A D | smb1ops.c | 834 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb_set_file_info()
|
H A D | smb2inode.c | 1270 (directory ? CREATE_NOT_FILE : CREATE_NOT_DIR) | OPEN_REPARSE_POINT, in smb2_get_reparse_inode()
|
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() 969 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
|
H A D | smb2ops.c | 1525 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() 5052 FILE_CREATE, CREATE_NOT_DIR | in __cifs_sfu_make_node()
|