Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dlink.c278 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_query_mf_symlink()
321 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_create_mf_symlink()
365 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_query_mf_symlink()
433 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_create_mf_symlink()
Dsmb1ops.c834 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb_set_file_info()
1130 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in cifs_make_node()
Ddir.c182 int create_options = CREATE_NOT_DIR;
Dinode.c540 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type()
1596 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete()
2192 .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.c345 int create_options = CREATE_NOT_DIR; in cifs_nt_open()
901 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
Dsmb2ops.c1484 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info()
5099 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR | in smb2_make_node()