Home
last modified time | relevance | path

Searched refs:CREATE_NOT_DIR (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/cifs/
Dlink.c318 oparms.create_options = CREATE_NOT_DIR; in cifs_query_mf_symlink()
356 int create_options = CREATE_NOT_DIR; in cifs_create_mf_symlink()
405 oparms.create_options = CREATE_NOT_DIR; in smb3_query_mf_symlink()
460 int create_options = CREATE_NOT_DIR; in smb3_create_mf_symlink()
Ddir.c232 int create_options = CREATE_NOT_DIR; in cifs_do_create()
624 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod()
Dinode.c469 oparms.create_options = CREATE_NOT_DIR;
1198 oparms.create_options = CREATE_NOT_DIR;
1731 oparms.create_options = CREATE_NOT_DIR;
Dsmb1ops.c807 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
Dfile.c182 int create_options = CREATE_NOT_DIR; in cifs_nt_open()
624 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
Dcifspdu.h357 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro