Home
last modified time | relevance | path

Searched refs:open_file (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dfile.c1236 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 Dsmb1ops.c798 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 Dinode.c2751 struct cifsFileInfo *open_file; local
2768 if (open_file) {
2769 tcon = tlink_tcon(open_file->tlink);
2772 rc = server->ops->set_file_size(xid, tcon, open_file,
2776 cifsFileInfo_put(open_file);
2848 struct cifsFileInfo *open_file; local
2937 if (open_file) {
2938 u16 nfid = open_file->fid.netfid;
2939 u32 npid = open_file->pid;
2940 pTcon = tlink_tcon(open_file->tlink);
[all …]
H A Dcifsacl.c1462 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 Dsmb2ops.c3158 struct cifsFileInfo *open_file = NULL; in get_smb2_acl() local
3161 open_file = find_readable_file(CIFS_I(inode), true); in get_smb2_acl()
3162 if (!open_file || (info & SACL_SECINFO)) in get_smb2_acl()
3165 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info); in get_smb2_acl()
3166 cifsFileInfo_put(open_file); in get_smb2_acl()
/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c6 EXPORT_SYMBOL_GPL(open_file);
H A Dhostfs.h73 extern int open_file(char *path, int r, int w, int append);
H A Dhostfs_user.c71 int open_file(char *path, int r, int w, int append) in open_file() function
H A Dhostfs_kern.c320 fd = open_file(name, r, w, append); in hostfs_open()
/openbmc/linux/tools/perf/util/
H A Ddata.c304 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 Dfilecache.c1041 goto open_file; in nfsd_file_do_acquire()
1080 open_file: in nfsd_file_do_acquire()
/openbmc/qemu/block/
H A Dvvfat.c1359 static int open_file(BDRVVVFATState* s,mapping_t* mapping) in open_file() function
1404 if(open_file(s,mapping)) in read_cluster()