Searched refs:CREATE_NOT_DIR (Results 1 – 6 of 6) sorted by relevance
318 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()
232 int create_options = CREATE_NOT_DIR; in cifs_do_create()624 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod()
469 oparms.create_options = CREATE_NOT_DIR;1198 oparms.create_options = CREATE_NOT_DIR;1731 oparms.create_options = CREATE_NOT_DIR;
807 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
182 int create_options = CREATE_NOT_DIR; in cifs_nt_open()624 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
357 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro