Home
last modified time | relevance | path

Searched defs:create_options (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
Ddir.c232 int create_options = CREATE_NOT_DIR; in cifs_do_create() local
624 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod() local
Dlink.c356 int create_options = CREATE_NOT_DIR; in cifs_create_mf_symlink() local
459 int create_options = CREATE_NOT_DIR; in smb3_create_mf_symlink() local
Dsmb2inode.c44 __u32 create_options, void *data, int command) in smb2_open_op_close()
Dcifsacl.c1019 int rc, create_options = 0; in get_cifs_acl_by_path() local
1082 int rc, access_flags, create_options = 0; in set_cifs_acl() local
Dfile.c182 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
657 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
Dcifssmb.c1197 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen()
1314 int create_options = oparms->create_options; in CIFS_open() local
Dcifsglob.h1055 int create_options; member