/Linux-v4.19/include/net/9p/ |
D | client.h | 195 struct p9_fid { struct 226 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb); argument 227 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid, 229 int p9_client_renameat(struct p9_fid *olddirfid, const char *old_name, 230 struct p9_fid *newdirfid, const char *new_name); 235 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, 237 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, 239 int p9_client_open(struct p9_fid *fid, int mode); 240 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, 242 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname); [all …]
|
/Linux-v4.19/fs/9p/ |
D | fid.h | 26 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry); 27 static inline struct p9_fid *v9fs_parent_fid(struct dentry *dentry) in v9fs_parent_fid() 31 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid); 32 struct p9_fid *v9fs_writeback_fid(struct dentry *dentry); 33 static inline struct p9_fid *clone_fid(struct p9_fid *fid) in clone_fid() 37 static inline struct p9_fid *v9fs_fid_clone(struct dentry *dentry) in v9fs_fid_clone()
|
D | acl.h | 18 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()
|
D | fid.c | 44 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid() 49 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add() 64 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find() 66 struct p9_fid *fid, *ret; in v9fs_fid_find() 116 static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry, in v9fs_fid_lookup_with_uid() 123 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid() 231 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry) in v9fs_fid_lookup() 260 struct p9_fid *v9fs_writeback_fid(struct dentry *dentry) in v9fs_writeback_fid() 263 struct p9_fid *fid; in v9fs_writeback_fid()
|
D | v9fs.h | 131 struct p9_fid *writeback_fid; 143 struct p9_fid *v9fs_session_init(struct v9fs_session_info *, const char *, 156 struct p9_fid *fid, 162 struct p9_fid *fid, 201 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_inode_from_fid() 219 v9fs_get_new_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_new_inode_from_fid()
|
D | xattr.c | 25 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()
|
D | xattr.h | 25 extern ssize_t v9fs_fid_xattr_get(struct p9_fid *, const char *, 29 extern int v9fs_fid_xattr_set(struct p9_fid *, const char *,
|
D | vfs_inode_dotl.c | 114 struct p9_fid *fid, in v9fs_qid_iget_dotl() 161 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() 252 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl() 254 struct p9_fid *dfid, *ofid, *inode_fid; in v9fs_vfs_atomic_open_dotl() 388 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() 478 struct p9_fid *fid; in v9fs_vfs_getattr_dotl() 558 struct p9_fid *fid; in v9fs_vfs_setattr_dotl() 687 struct p9_fid *dfid; in v9fs_vfs_symlink_dotl() 688 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl() 766 struct p9_fid *dfid, *oldfid; in v9fs_vfs_link_dotl() [all …]
|
D | vfs_inode.c | 552 v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid() 611 struct p9_fid *v9fid, *dfid; in v9fs_remove() 662 static struct p9_fid * 668 struct p9_fid *dfid, *ofid, *fid; in v9fs_create() 750 struct p9_fid *fid; in v9fs_vfs_create() 775 struct p9_fid *fid; in v9fs_vfs_mkdir() 810 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup() 868 struct p9_fid *fid, *inode_fid; in v9fs_vfs_atomic_open() 980 struct p9_fid *oldfid; in v9fs_vfs_rename() 981 struct p9_fid *olddirfid; in v9fs_vfs_rename() [all …]
|
D | vfs_dir.c | 97 struct p9_fid *fid = filp->private_data; in v9fs_alloc_rdir_buf() 115 struct p9_fid *fid; in v9fs_dir_readdir() 179 struct p9_fid *fid; in v9fs_dir_readdir_dotl() 236 struct p9_fid *fid; in v9fs_dir_release()
|
D | acl.c | 28 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()
|
D | vfs_dentry.c | 73 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release() 79 struct p9_fid *fid; in v9fs_lookup_revalidate()
|
D | v9fs_vfs.h | 75 int v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode); 76 int v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode);
|
D | vfs_file.c | 64 struct p9_fid *fid; in v9fs_file_open() 153 struct p9_fid *fid; in v9fs_file_do_lock() 245 struct p9_fid *fid; in v9fs_file_getlock() 384 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter() 443 struct p9_fid *fid; in v9fs_file_fsync() 467 struct p9_fid *fid; in v9fs_file_fsync_dotl() 505 struct p9_fid *fid; in v9fs_mmap_file_mmap()
|
D | vfs_super.c | 126 struct p9_fid *fid; in v9fs_mount() 251 struct p9_fid *fid; in v9fs_statfs()
|
D | v9fs.c | 381 struct p9_fid *v9fs_session_init(struct v9fs_session_info *v9ses, in v9fs_session_init() 384 struct p9_fid *fid; in v9fs_session_init()
|
D | vfs_addr.c | 53 static int v9fs_fid_readpage(struct p9_fid *fid, struct page *page) in v9fs_fid_readpage()
|
/Linux-v4.19/net/9p/ |
D | client.c | 906 static struct p9_fid *p9_fid_create(struct p9_client *clnt) in p9_fid_create() 909 struct p9_fid *fid; in p9_fid_create() 912 fid = kmalloc(sizeof(struct p9_fid), GFP_KERNEL); in p9_fid_create() 937 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy() 1078 struct p9_fid *fid; in p9_client_destroy() 1113 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach() 1118 struct p9_fid *fid; in p9_client_attach() 1160 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, in p9_client_walk() 1165 struct p9_fid *fid; in p9_client_walk() 1237 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open() [all …]
|