Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dlink.c277 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in cifs_query_mf_symlink()
319 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in cifs_create_mf_symlink()
361 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb3_query_mf_symlink()
427 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb3_create_mf_symlink()
Dsmb1ops.c829 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR); in smb_set_file_info()
1121 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in cifs_make_node()
Ddir.c173 int create_options = CREATE_NOT_DIR;
Dinode.c514 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
1519 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
2114 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR);
Dcifspdu.h334 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro
Dfile.c219 int create_options = CREATE_NOT_DIR; in cifs_nt_open()
774 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
Dsmb2ops.c1416 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info()
5139 oparms.create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in smb2_make_node()