Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dlink.c321 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()
Ddir.c232 int create_options = CREATE_NOT_DIR; in cifs_do_create()
623 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod()
Dinode.c471 oparms.create_options = CREATE_NOT_DIR;
1217 oparms.create_options = CREATE_NOT_DIR;
1754 oparms.create_options = CREATE_NOT_DIR;
Dsmb1ops.c808 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
Dfile.c183 int create_options = CREATE_NOT_DIR; in cifs_nt_open()
662 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
Dcifspdu.h357 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro