Searched refs:open_file (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/smb/client/ |
| A D | file.c | 67 if (open_file->invalidHandle) { in cifs_prepare_write() 265 open_file = file->private_data; in cifs_init_request() 377 open_file->invalidHandle = true; in cifs_mark_open_files_invalid() 1418 if (!open_file->invalidHandle) in cifs_reopen_persistent_handles() 1420 cifsFileInfo_get(open_file); in cifs_reopen_persistent_handles() 1429 cifsFileInfo_put(open_file); in cifs_reopen_persistent_handles() 2434 cifsFileInfo_get(open_file); in find_readable_file() 2436 return open_file; in find_readable_file() 2495 cifsFileInfo_get(open_file); in cifs_get_writable_file() 2497 *ret_file = open_file; in cifs_get_writable_file() [all …]
|
| A D | smb1ops.c | 798 struct cifsFileInfo *open_file; in smb_set_file_info() local 805 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); in smb_set_file_info() 806 if (open_file) { in smb_set_file_info() 807 fid.netfid = open_file->fid.netfid; in smb_set_file_info() 808 netpid = open_file->pid; in smb_set_file_info() 809 tcon = tlink_tcon(open_file->tlink); in smb_set_file_info() 855 if (open_file == NULL) in smb_set_file_info() 858 cifsFileInfo_put(open_file); in smb_set_file_info()
|
| A D | inode.c | 2815 struct cifsFileInfo *open_file; local 2832 if (open_file) { 2833 tcon = tlink_tcon(open_file->tlink); 2836 rc = server->ops->set_file_size(xid, tcon, open_file, 2840 cifsFileInfo_put(open_file); 2912 struct cifsFileInfo *open_file; local 3001 if (open_file) { 3002 u16 nfid = open_file->fid.netfid; 3003 u32 npid = open_file->pid; 3004 pTcon = tlink_tcon(open_file->tlink); [all …]
|
| A D | cifsacl.c | 1462 struct cifsFileInfo *open_file = NULL; in get_cifs_acl() local 1465 open_file = find_readable_file(CIFS_I(inode), true); in get_cifs_acl() 1466 if (!open_file) in get_cifs_acl() 1469 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_cifs_acl() 1470 cifsFileInfo_put(open_file); in get_cifs_acl()
|
| A D | smb2ops.c | 3219 struct cifsFileInfo *open_file = NULL; in get_smb2_acl() local 3222 open_file = find_readable_file(CIFS_I(inode), true); in get_smb2_acl() 3223 if (!open_file || (info & SACL_SECINFO)) in get_smb2_acl() 3226 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl() 3227 cifsFileInfo_put(open_file); in get_smb2_acl()
|
| /linux/fs/hostfs/ |
| A D | hostfs_user_exp.c | 6 EXPORT_SYMBOL_GPL(open_file);
|
| A D | hostfs.h | 74 extern int open_file(char *path, int r, int w, int append);
|
| A D | hostfs_user.c | 72 int open_file(char *path, int r, int w, int append) in open_file() function
|
| A D | hostfs_kern.c | 334 fd = open_file(name, r, w, append); in hostfs_open()
|
| /linux/tools/perf/util/ |
| A D | data.c | 321 static int open_file(struct perf_data *data) in open_file() function 343 return open_file(data); in open_file_dup() 361 ret = open_file(data); in open_dir()
|
| /linux/fs/nfsd/ |
| A D | filecache.c | 1078 goto open_file; in nfsd_file_do_acquire() 1116 open_file: in nfsd_file_do_acquire()
|
Completed in 40 milliseconds