Searched refs:CREATE_NOT_DIR (Results 1 – 10 of 10) sorted by relevance
| /fs/smb/client/ |
| A D | link.c | 268 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_query_mf_symlink() 311 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_create_mf_symlink() 355 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_query_mf_symlink() 423 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_create_mf_symlink()
|
| A D | dir.c | 183 int create_options = CREATE_NOT_DIR;
|
| A D | inode.c | 563 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type() 1823 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete() 2446 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
|
| A D | reparse.c | 352 CREATE_NOT_DIR | OPEN_REPARSE_POINT); in detect_directory_symlink_target()
|
| A D | smb1ops.c | 977 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb_set_file_info()
|
| A D | file.c | 540 int create_options = CREATE_NOT_DIR; in cifs_nt_open() 1173 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
|
| A D | smb2inode.c | 1357 (directory ? CREATE_NOT_FILE : CREATE_NOT_DIR) | OPEN_REPARSE_POINT, in smb2_create_reparse_inode()
|
| A D | cifspdu.h | 374 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro
|
| A D | smb2ops.c | 1585 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() 5180 FILE_CREATE, CREATE_NOT_DIR | in __cifs_sfu_make_node()
|
| A D | cifssmb.c | 2893 (directory ? CREATE_NOT_FILE : CREATE_NOT_DIR) | OPEN_REPARSE_POINT, in cifs_create_reparse_inode()
|
Completed in 71 milliseconds