Lines Matching refs:file_present
1980 static int smb2_create_open_flags(bool file_present, __le32 access, in smb2_create_open_flags() argument
2001 if (file_present) { in smb2_create_open_flags()
2528 bool file_present = false, created = false, already_permitted = false; in smb2_open() local
2765 file_present = true; in smb2_open()
2775 if (file_present && S_ISDIR(d_inode(path.dentry)->i_mode) && in smb2_open()
2792 if (file_present && req->CreateOptions & FILE_NON_DIRECTORY_FILE_LE && in smb2_open()
2802 if (file_present && (req->CreateOptions & FILE_DIRECTORY_FILE_LE) && in smb2_open()
2810 if (!stream_name && file_present && in smb2_open()
2818 if (file_present && !(req->CreateOptions & FILE_DELETE_ON_CLOSE_LE)) { in smb2_open()
2826 if (!file_present) { in smb2_open()
2839 open_flags = smb2_create_open_flags(file_present, daccess, in smb2_open()
2853 if (!file_present) { in smb2_open()
2917 if (file_present) { in smb2_open()
3264 if (file_present || created) in smb2_open()
5422 bool file_present = true; in smb2_rename() local
5496 file_present = false; in smb2_rename()
5508 if (file_present) { in smb2_rename()
5519 if (file_present && in smb2_rename()
5544 bool file_present = true; in smb2_create_link() local
5576 file_present = false; in smb2_create_link()
5582 if (file_present) { in smb2_create_link()
5592 if (file_present) { in smb2_create_link()