Searched refs:file_present (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb2pdu.c2044 * @file_present: is file already present
2051 static int smb2_create_open_flags(bool file_present, __le32 access, argument
2072 if (file_present) {
2822 bool file_present = false, created = false, already_permitted = false; local
3067 file_present = true;
3091 file_present = true;
3108 if (file_present && S_ISDIR(d_inode(path.dentry)->i_mode) &&
3125 if (file_present && req->CreateOptions & FILE_NON_DIRECTORY_FILE_LE &&
3135 if (file_present && (req->CreateOptions & FILE_DIRECTORY_FILE_LE) &&
3143 if (!stream_name && file_present
5887 bool file_present = false; local
[all...]

Completed in 128 milliseconds