Lines Matching refs:file_present
1940 static int smb2_create_open_flags(bool file_present, __le32 access, in smb2_create_open_flags() argument
1961 if (file_present) { in smb2_create_open_flags()
2486 bool file_present = false, created = false, already_permitted = false; in smb2_open() local
2725 file_present = true; in smb2_open()
2752 if (file_present && req->CreateOptions & FILE_NON_DIRECTORY_FILE_LE && in smb2_open()
2761 if (file_present && (req->CreateOptions & FILE_DIRECTORY_FILE_LE) && in smb2_open()
2769 if (!stream_name && file_present && in smb2_open()
2777 if (file_present && !(req->CreateOptions & FILE_DELETE_ON_CLOSE_LE)) { in smb2_open()
2785 if (!file_present) { in smb2_open()
2798 open_flags = smb2_create_open_flags(file_present, daccess, in smb2_open()
2812 if (!file_present) { in smb2_open()
2876 if (file_present) { in smb2_open()
3222 if (file_present || created) in smb2_open()
5341 bool file_present = true; in smb2_rename() local
5416 file_present = false; in smb2_rename()
5428 if (file_present) { in smb2_rename()
5439 if (file_present && in smb2_rename()
5464 bool file_present = true; in smb2_create_link() local
5497 file_present = false; in smb2_create_link()
5503 if (file_present) { in smb2_create_link()
5513 if (file_present) { in smb2_create_link()