Searched refs:CREATE_NOT_DIR (Results 1 – 6 of 6) sorted by relevance
321 oparms.create_options = CREATE_NOT_DIR; in cifs_query_mf_symlink()359 int create_options = CREATE_NOT_DIR; in cifs_create_mf_symlink()408 oparms.create_options = CREATE_NOT_DIR; in smb3_query_mf_symlink()463 int create_options = CREATE_NOT_DIR; in smb3_create_mf_symlink()
232 int create_options = CREATE_NOT_DIR; in cifs_do_create()623 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod()
471 oparms.create_options = CREATE_NOT_DIR;1217 oparms.create_options = CREATE_NOT_DIR;1754 oparms.create_options = CREATE_NOT_DIR;
808 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
183 int create_options = CREATE_NOT_DIR; in cifs_nt_open()662 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
357 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro