Searched refs:open_file (Results 1 – 10 of 10) sorted by relevance
| /fs/smb/client/ |
| A D | file.c | 72 if (open_file->invalidHandle) { in cifs_prepare_write() 273 open_file = file->private_data; in cifs_init_request() 384 open_file->invalidHandle = true; in cifs_mark_open_files_invalid() 1437 if (!open_file->invalidHandle) in cifs_reopen_persistent_handles() 1439 cifsFileInfo_get(open_file); in cifs_reopen_persistent_handles() 1448 cifsFileInfo_put(open_file); in cifs_reopen_persistent_handles() 2475 cifsFileInfo_get(open_file); in find_readable_file() 2477 return open_file; in find_readable_file() 2536 cifsFileInfo_get(open_file); in cifs_get_writable_file() 2538 *ret_file = open_file; in cifs_get_writable_file() [all …]
|
| A D | smb1ops.c | 900 struct cifsFileInfo *open_file; in smb_set_file_info() local 912 if (open_file) { in smb_set_file_info() 913 fid.netfid = open_file->fid.netfid; in smb_set_file_info() 914 netpid = open_file->pid; in smb_set_file_info() 939 if (open_file) { in smb_set_file_info() 940 cifsFileInfo_put(open_file); in smb_set_file_info() 941 open_file = NULL; in smb_set_file_info() 961 if (open_file) in smb_set_file_info() 1036 if (open_file == NULL) in smb_set_file_info() 1039 cifsFileInfo_put(open_file); in smb_set_file_info() [all …]
|
| A D | inode.c | 2961 struct cifsFileInfo *open_file; local 2978 if (open_file) { 2979 tcon = tlink_tcon(open_file->tlink); 2982 rc = server->ops->set_file_size(xid, tcon, open_file, 2986 cifsFileInfo_put(open_file); 3056 struct cifsFileInfo *open_file; local 3145 if (open_file) { 3146 u16 nfid = open_file->fid.netfid; 3147 u32 npid = open_file->pid; 3148 pTcon = tlink_tcon(open_file->tlink); [all …]
|
| A D | cifsacl.c | 1492 struct cifsFileInfo *open_file = NULL; in get_cifs_acl() local 1495 open_file = find_readable_file(CIFS_I(inode), true); in get_cifs_acl() 1496 if (!open_file) in get_cifs_acl() 1499 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_cifs_acl() 1500 cifsFileInfo_put(open_file); in get_cifs_acl()
|
| A D | smb2ops.c | 3217 struct cifsFileInfo *open_file = NULL; in get_smb2_acl() local 3220 open_file = find_readable_file(CIFS_I(inode), true); in get_smb2_acl() 3221 if (!open_file || (info & SACL_SECINFO)) in get_smb2_acl() 3224 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl() 3225 cifsFileInfo_put(open_file); in get_smb2_acl()
|
| /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 | 81 int open_file(char *path, int r, int w, int append) in open_file() function
|
| A D | hostfs_kern.c | 321 fd = open_file(name, r, w, append); in hostfs_open()
|
| /fs/nfsd/ |
| A D | filecache.c | 1128 goto open_file; in nfsd_file_do_acquire() 1166 open_file: in nfsd_file_do_acquire()
|
Completed in 46 milliseconds