Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/9p/
Dclient.h144 struct p9_fid { struct
175 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb); argument
176 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid,
178 int p9_client_renameat(struct p9_fid *olddirfid, const char *old_name,
179 struct p9_fid *newdirfid, const char *new_name);
184 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
186 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname,
188 int p9_client_open(struct p9_fid *fid, int mode);
189 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
191 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname);
[all …]
/kernel/linux/linux-5.10/fs/9p/
Dfid.h11 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry);
12 static inline struct p9_fid *v9fs_parent_fid(struct dentry *dentry) in v9fs_parent_fid()
16 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid);
17 struct p9_fid *v9fs_writeback_fid(struct dentry *dentry);
18 static inline struct p9_fid *clone_fid(struct p9_fid *fid) in clone_fid()
22 static inline struct p9_fid *v9fs_fid_clone(struct dentry *dentry) in v9fs_fid_clone()
Dacl.h18 extern int v9fs_get_acl(struct inode *, struct p9_fid *);
20 extern int v9fs_acl_chmod(struct inode *, struct p9_fid *);
21 extern int v9fs_set_create_acl(struct inode *, struct p9_fid *,
28 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
32 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod()
37 struct p9_fid *fid, in v9fs_set_create_acl()
Dfid.c29 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid()
34 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add()
49 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find()
51 struct p9_fid *fid, *ret; in v9fs_fid_find()
101 static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry, in v9fs_fid_lookup_with_uid()
108 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid()
216 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry) in v9fs_fid_lookup()
245 struct p9_fid *v9fs_writeback_fid(struct dentry *dentry) in v9fs_writeback_fid()
248 struct p9_fid *fid; in v9fs_writeback_fid()
Dv9fs.h117 struct p9_fid *writeback_fid;
129 struct p9_fid *v9fs_session_init(struct v9fs_session_info *, const char *,
142 struct p9_fid *fid,
148 struct p9_fid *fid,
187 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_inode_from_fid()
205 v9fs_get_new_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_new_inode_from_fid()
Dxattr.c25 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get()
30 struct p9_fid *attr_fid; in v9fs_fid_xattr_get()
73 struct p9_fid *fid; in v9fs_xattr_get()
99 struct p9_fid *fid = v9fs_fid_lookup(dentry); in v9fs_xattr_set()
103 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set()
Dxattr.h25 extern ssize_t v9fs_fid_xattr_get(struct p9_fid *, const char *,
29 extern int v9fs_fid_xattr_set(struct p9_fid *, const char *,
Dvfs_dir.c73 struct p9_fid *fid = filp->private_data; in v9fs_alloc_rdir_buf()
91 struct p9_fid *fid; in v9fs_dir_readdir()
151 struct p9_fid *fid; in v9fs_dir_readdir_dotl()
208 struct p9_fid *fid; in v9fs_dir_release()
Dvfs_inode_dotl.c99 struct p9_fid *fid, in v9fs_qid_iget_dotl()
146 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl()
237 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl()
239 struct p9_fid *dfid, *ofid, *inode_fid; in v9fs_vfs_atomic_open_dotl()
373 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl()
463 struct p9_fid *fid; in v9fs_vfs_getattr_dotl()
543 struct p9_fid *fid = NULL; in v9fs_vfs_setattr_dotl()
692 struct p9_fid *dfid; in v9fs_vfs_symlink_dotl()
693 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl()
771 struct p9_fid *dfid, *oldfid; in v9fs_vfs_link_dotl()
[all …]
Dvfs_inode.c477 v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid()
536 struct p9_fid *v9fid, *dfid; in v9fs_remove()
587 static struct p9_fid *
593 struct p9_fid *dfid, *ofid, *fid; in v9fs_create()
675 struct p9_fid *fid; in v9fs_vfs_create()
700 struct p9_fid *fid; in v9fs_vfs_mkdir()
735 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup()
793 struct p9_fid *fid, *inode_fid; in v9fs_vfs_atomic_open()
905 struct p9_fid *oldfid; in v9fs_vfs_rename()
906 struct p9_fid *olddirfid; in v9fs_vfs_rename()
[all …]
Dacl.c28 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, char *name) in __v9fs_get_acl()
56 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
117 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
150 int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod()
169 int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid, in v9fs_set_create_acl()
Dvfs_dentry.c58 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
64 struct p9_fid *fid; in v9fs_lookup_revalidate()
Dv9fs_vfs.h65 int v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode);
66 int v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode);
Dvfs_file.c49 struct p9_fid *fid; in v9fs_file_open()
138 struct p9_fid *fid; in v9fs_file_do_lock()
244 struct p9_fid *fid; in v9fs_file_getlock()
385 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter()
451 struct p9_fid *fid; in v9fs_file_fsync()
475 struct p9_fid *fid; in v9fs_file_fsync_dotl()
513 struct p9_fid *fid; in v9fs_mmap_file_mmap()
Dvfs_super.c117 struct p9_fid *fid; in v9fs_mount()
242 struct p9_fid *fid; in v9fs_statfs()
Dv9fs.c387 struct p9_fid *v9fs_session_init(struct v9fs_session_info *v9ses, in v9fs_session_init()
390 struct p9_fid *fid; in v9fs_session_init()
Dvfs_addr.c40 struct p9_fid *fid = data; in v9fs_fid_readpage()
/kernel/linux/linux-5.10/net/9p/
Dclient.c890 static struct p9_fid *p9_fid_create(struct p9_client *clnt) in p9_fid_create()
893 struct p9_fid *fid; in p9_fid_create()
896 fid = kmalloc(sizeof(struct p9_fid), GFP_KERNEL); in p9_fid_create()
921 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy()
1082 struct p9_fid *fid; in p9_client_destroy()
1118 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach()
1123 struct p9_fid *fid; in p9_client_attach()
1165 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, in p9_client_walk()
1170 struct p9_fid *fid; in p9_client_walk()
1242 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open()
[all …]
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch57164 struct p9_fid *fid;
57198 struct p9_fid *fid;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch359487 struct p9_fid *fid;
359521 struct p9_fid *fid;