Searched refs:CREATE_NOT_DIR (Results 1 – 6 of 6) sorted by relevance
340 oparms.create_options = CREATE_NOT_DIR; in cifs_query_mf_symlink()378 int create_options = CREATE_NOT_DIR; in cifs_create_mf_symlink()428 oparms.create_options = CREATE_NOT_DIR; in smb3_query_mf_symlink()482 int create_options = CREATE_NOT_DIR; in smb3_create_mf_symlink()
199 int create_options = CREATE_NOT_DIR; in cifs_do_create()573 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod()
464 oparms.create_options = CREATE_NOT_DIR;1119 oparms.create_options = CREATE_NOT_DIR;1645 oparms.create_options = CREATE_NOT_DIR;
808 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
182 int create_options = CREATE_NOT_DIR; in cifs_nt_open()610 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
357 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro