Searched refs:CREATE_NOT_DIR (Results 1 – 6 of 6) sorted by relevance
/fs/cifs/ |
D | link.c | 191 int create_options = CREATE_NOT_DIR; in CIFSCreateMFSymLink() 257 CREATE_NOT_DIR, &netfid, &oplock, &file_info, in CIFSQueryMFSymLink() 335 CREATE_NOT_DIR, &netfid, &oplock, &file_info, in CIFSCheckMFSymlink()
|
D | dir.c | 198 int create_options = CREATE_NOT_DIR; in cifs_do_create() 554 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod()
|
D | inode.c | 412 CREATE_NOT_DIR, &netfid, &oplock, NULL, 1012 DELETE|FILE_WRITE_ATTRIBUTES, CREATE_NOT_DIR, 1534 CREATE_NOT_DIR, &srcfid, &oplock, NULL, 1935 GENERIC_WRITE, CREATE_NOT_DIR, &netfid,
|
D | smb1ops.c | 786 SYNCHRONIZE | FILE_WRITE_ATTRIBUTES, CREATE_NOT_DIR, in smb_set_file_info()
|
D | file.c | 183 int create_options = CREATE_NOT_DIR; in cifs_nt_open() 589 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
|
D | cifspdu.h | 352 #define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */ macro
|