Home
last modified time | relevance | path

Searched refs:p9_fid (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/net/9p/
H A Dclient.h148 struct p9_fid { struct
182 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid,
190 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
192 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname,
197 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname);
202 int p9_client_clunk(struct p9_fid *fid);
204 int p9_client_remove(struct p9_fid *fid);
244 void do_trace_9p_fid_get(struct p9_fid *fid);
245 void do_trace_9p_fid_put(struct p9_fid *fid);
257 static inline struct p9_fid *p9_fid_get(struct p9_fid *fid) in p9_fid_get()
[all …]
/openbmc/linux/fs/9p/
H A Dfid.h12 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable,
14 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry);
15 static inline struct p9_fid *v9fs_parent_fid(struct dentry *dentry) in v9fs_parent_fid()
19 void v9fs_fid_add(struct dentry *dentry, struct p9_fid **fid);
20 void v9fs_open_fid_add(struct inode *inode, struct p9_fid **fid);
21 static inline struct p9_fid *clone_fid(struct p9_fid *fid) in clone_fid()
25 static inline struct p9_fid *v9fs_fid_clone(struct dentry *dentry) in v9fs_fid_clone()
27 struct p9_fid *fid, *nfid; in v9fs_fid_clone()
49 static inline void v9fs_fid_add_modes(struct p9_fid *fid, unsigned int s_flags, in v9fs_fid_add_modes()
H A Dacl.h10 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid);
17 int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid);
18 int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid,
27 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
31 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod()
36 struct p9_fid *fid, in v9fs_set_create_acl()
H A Dfid.c21 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid()
33 void v9fs_fid_add(struct dentry *dentry, struct p9_fid **pfid) in v9fs_fid_add()
35 struct p9_fid *fid = *pfid; in v9fs_fid_add()
60 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable, in v9fs_fid_find_inode()
64 struct p9_fid *fid, *ret = NULL; in v9fs_fid_find_inode()
93 void v9fs_open_fid_add(struct inode *inode, struct p9_fid **pfid) in v9fs_open_fid_add()
95 struct p9_fid *fid = *pfid; in v9fs_open_fid_add()
115 struct p9_fid *fid, *ret; in v9fs_fid_find()
169 static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry, in v9fs_fid_lookup_with_uid()
176 struct p9_fid *fid, *root_fid, *old_fid; in v9fs_fid_lookup_with_uid()
[all …]
H A Dv9fs.h169 struct p9_fid *v9fs_session_init(struct v9fs_session_info *v9ses,
183 struct p9_fid *fid,
190 struct p9_fid *fid,
229 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_inode_from_fid()
247 v9fs_get_new_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_new_inode_from_fid()
H A Dxattr.c18 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get()
23 struct p9_fid *attr_fid; in v9fs_fid_xattr_get()
68 struct p9_fid *fid; in v9fs_xattr_get()
98 struct p9_fid *fid; in v9fs_xattr_set()
108 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set()
H A Dacl.c20 static struct posix_acl *v9fs_fid_get_acl(struct p9_fid *fid, const char *name) in v9fs_fid_get_acl()
49 struct p9_fid *fid; in v9fs_acl_get()
61 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, const char *name) in __v9fs_get_acl()
78 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
248 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
282 int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod()
301 int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid, in v9fs_set_create_acl()
H A Dxattr.h15 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name,
19 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name,
H A Dvfs_inode_dotl.c98 struct p9_fid *fid, in v9fs_qid_iget_dotl()
239 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl()
240 struct p9_fid *dfid = NULL, *ofid = NULL; in v9fs_vfs_atomic_open_dotl()
361 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl()
447 struct p9_fid *fid; in v9fs_vfs_getattr_dotl()
541 struct p9_fid *fid = NULL; in v9fs_vfs_setattr_dotl()
710 struct p9_fid *dfid; in v9fs_vfs_symlink_dotl()
711 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl()
786 struct p9_fid *dfid, *oldfid; in v9fs_vfs_link_dotl()
815 struct p9_fid *fid; in v9fs_vfs_link_dotl()
[all …]
H A Dvfs_inode.c541 struct p9_fid *v9fid, *dfid; in v9fs_remove()
597 static struct p9_fid *
680 struct p9_fid *fid; in v9fs_vfs_create()
707 struct p9_fid *fid; in v9fs_vfs_mkdir()
742 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup()
801 struct p9_fid *fid; in v9fs_vfs_atomic_open()
1011 struct p9_fid *fid; in v9fs_vfs_getattr()
1059 struct p9_fid *fid = NULL; in v9fs_vfs_setattr()
1226 struct p9_fid *fid; in v9fs_vfs_get_link()
1276 struct p9_fid *fid; in v9fs_vfs_mkspecial()
[all …]
H A Dvfs_dir.c70 struct p9_fid *fid = filp->private_data; in v9fs_alloc_rdir_buf()
89 struct p9_fid *fid; in v9fs_dir_readdir()
150 struct p9_fid *fid; in v9fs_dir_readdir_dotl()
208 struct p9_fid *fid; in v9fs_dir_release()
H A Dvfs_file.c44 struct p9_fid *fid; in v9fs_file_open()
121 struct p9_fid *fid; in v9fs_file_do_lock()
226 struct p9_fid *fid; in v9fs_file_getlock()
355 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter()
389 struct p9_fid *fid = in->private_data; in v9fs_file_splice_read()
409 struct p9_fid *fid = file->private_data; in v9fs_file_write_iter()
455 struct p9_fid *fid; in v9fs_file_fsync()
479 struct p9_fid *fid; in v9fs_file_fsync_dotl()
H A Dvfs_dentry.c61 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
66 struct p9_fid *fid; in v9fs_lookup_revalidate()
H A Dvfs_addr.c35 struct p9_fid *fid = rreq->netfs_priv; in v9fs_issue_read()
59 struct p9_fid *fid = file->private_data; in v9fs_init_request()
80 struct p9_fid *fid = rreq->netfs_priv; in v9fs_free_request()
159 struct p9_fid *writeback_fid; in v9fs_vfs_write_folio_locked()
H A Dv9fs_vfs.h64 int v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode);
65 int v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode);
H A Dvfs_super.c114 struct p9_fid *fid; in v9fs_mount()
241 struct p9_fid *fid; in v9fs_statfs()
H A Dv9fs.c391 struct p9_fid *v9fs_session_init(struct v9fs_session_info *v9ses, in v9fs_session_init()
394 struct p9_fid *fid; in v9fs_session_init()
/openbmc/linux/net/9p/
H A Dclient.c852 struct p9_fid *fid; in p9_fid_create()
1070 struct p9_fid *fid; in p9_client_destroy()
1106 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach()
1112 struct p9_fid *fid; in p9_client_attach()
1153 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, in p9_client_walk()
1158 struct p9_fid *fid; in p9_client_walk()
1394 int p9_client_link(struct p9_fid *dfid, struct p9_fid *oldfid, const char *newname) in p9_client_link()
1438 int p9_client_clunk(struct p9_fid *fid) in p9_client_clunk()
1474 int p9_client_remove(struct p9_fid *fid) in p9_client_remove()
1981 struct p9_fid *p9_client_xattrwalk(struct p9_fid *file_fid, in p9_client_xattrwalk()
[all …]
/openbmc/linux/include/trace/events/
H A D9p.h200 TP_PROTO(struct p9_fid *fid, __u8 type),