Searched refs:open_file (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 1236 cifsFileInfo_get(open_file); in cifs_reopen_persistent_handles() 1245 cifsFileInfo_put(open_file); in cifs_reopen_persistent_handles() 2327 return open_file; in find_readable_file() 2388 *ret_file = open_file; in cifs_get_writable_file() 2392 inv_file = open_file; in cifs_get_writable_file() 2689 &open_file); in cifs_partialpagewrite() 2691 bytes_written = cifs_write(open_file, open_file->pid, in cifs_partialpagewrite() 3516 pid = open_file->pid; in cifs_write_from_iter() 4063 pid = open_file->pid; in cifs_send_async_read() 4444 pid = open_file->pid; in cifs_read() [all …]
|
H 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()
|
H A D | inode.c | 2767 struct cifsFileInfo *open_file; local 2784 if (open_file) { 2785 tcon = tlink_tcon(open_file->tlink); 2788 rc = server->ops->set_file_size(xid, tcon, open_file, 2792 cifsFileInfo_put(open_file); 2864 struct cifsFileInfo *open_file; local 2953 if (open_file) { 2954 u16 nfid = open_file->fid.netfid; 2955 u32 npid = open_file->pid; 2956 pTcon = tlink_tcon(open_file->tlink); [all …]
|
H 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()
|
H A D | smb2ops.c | 3164 struct cifsFileInfo *open_file = NULL; in get_smb2_acl() local 3167 open_file = find_readable_file(CIFS_I(inode), true); in get_smb2_acl() 3168 if (!open_file || (info & SACL_SECINFO)) in get_smb2_acl() 3171 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl() 3172 cifsFileInfo_put(open_file); in get_smb2_acl()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_user_exp.c | 6 EXPORT_SYMBOL_GPL(open_file);
|
H A D | hostfs.h | 74 extern int open_file(char *path, int r, int w, int append);
|
H A D | hostfs_user.c | 72 int open_file(char *path, int r, int w, int append) in open_file() function
|
H A D | hostfs_kern.c | 320 fd = open_file(name, r, w, append); in hostfs_open()
|
/openbmc/linux/tools/perf/util/ |
H A D | data.c | 304 static int open_file(struct perf_data *data) in open_file() function 326 return open_file(data); in open_file_dup() 344 ret = open_file(data); in open_dir()
|
/openbmc/linux/fs/nfsd/ |
H A D | filecache.c | 1043 goto open_file; in nfsd_file_do_acquire() 1081 open_file: in nfsd_file_do_acquire()
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 1359 static int open_file(BDRVVVFATState* s,mapping_t* mapping) in open_file() function 1405 if(open_file(s,mapping)) in read_cluster()
|