/linux-4.1.27/include/net/9p/ |
D | client.h | 185 struct p9_fid { struct 216 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb); argument 217 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid, 219 int p9_client_renameat(struct p9_fid *olddirfid, const char *old_name, 220 struct p9_fid *newdirfid, const char *new_name); 225 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, 227 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, 229 int p9_client_open(struct p9_fid *fid, int mode); 230 int p9_client_fcreate(struct p9_fid *fid, char *name, u32 perm, int mode, 232 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, char *newname); [all …]
|
/linux-4.1.27/fs/9p/ |
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_fid_clone(struct dentry *dentry) in v9fs_fid_clone() 262 struct p9_fid *fid, *ret; in v9fs_fid_clone() 272 static struct p9_fid *v9fs_fid_clone_with_uid(struct dentry *dentry, kuid_t uid) in v9fs_fid_clone_with_uid() [all …]
|
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.h | 26 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry); 27 struct p9_fid *v9fs_fid_clone(struct dentry *dentry); 28 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid); 29 struct p9_fid *v9fs_writeback_fid(struct dentry *dentry);
|
D | v9fs.h | 131 struct p9_fid *writeback_fid; 141 struct p9_fid *v9fs_session_init(struct v9fs_session_info *, const char *, 155 struct p9_fid *fid, 161 struct p9_fid *fid, 200 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_inode_from_fid() 218 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() 105 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set()
|
D | xattr.h | 28 extern ssize_t v9fs_fid_xattr_get(struct p9_fid *, const char *, 32 extern int v9fs_fid_xattr_set(struct p9_fid *, const char *,
|
D | vfs_inode_dotl.c | 111 struct p9_fid *fid, in v9fs_qid_iget_dotl() 158 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() 250 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl() 252 struct p9_fid *dfid, *ofid, *inode_fid; in v9fs_vfs_atomic_open_dotl() 386 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() 477 struct p9_fid *fid; in v9fs_vfs_getattr_dotl() 557 struct p9_fid *fid; in v9fs_vfs_setattr_dotl() 686 struct p9_fid *dfid; in v9fs_vfs_symlink_dotl() 687 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl() 766 struct p9_fid *dfid, *oldfid; in v9fs_vfs_link_dotl() [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 | vfs_inode.c | 549 v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid() 590 struct p9_fid *v9fid, *dfid; in v9fs_remove() 641 static struct p9_fid * 647 struct p9_fid *dfid, *ofid, *fid; in v9fs_create() 729 struct p9_fid *fid; in v9fs_vfs_create() 754 struct p9_fid *fid; in v9fs_vfs_mkdir() 789 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup() 853 struct p9_fid *fid, *inode_fid; in v9fs_vfs_atomic_open() 964 struct p9_fid *oldfid; in v9fs_vfs_rename() 965 struct p9_fid *olddirfid; in v9fs_vfs_rename() [all …]
|
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() 244 struct p9_fid *fid; in v9fs_file_getlock() 383 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter() 442 struct p9_fid *fid; in v9fs_file_fsync() 466 struct p9_fid *fid; in v9fs_file_fsync_dotl() 504 struct p9_fid *fid; in v9fs_mmap_file_mmap()
|
D | vfs_super.c | 121 struct p9_fid *fid; in v9fs_mount() 248 struct p9_fid *fid; in v9fs_statfs()
|
D | v9fs.c | 320 struct p9_fid *v9fs_session_init(struct v9fs_session_info *v9ses, in v9fs_session_init() 324 struct p9_fid *fid; in v9fs_session_init()
|
D | vfs_addr.c | 52 static int v9fs_fid_readpage(struct p9_fid *fid, struct page *page) in v9fs_fid_readpage()
|
/linux-4.1.27/net/9p/ |
D | client.c | 882 static struct p9_fid *p9_fid_create(struct p9_client *clnt) in p9_fid_create() 885 struct p9_fid *fid; in p9_fid_create() 889 fid = kmalloc(sizeof(struct p9_fid), GFP_KERNEL); in p9_fid_create() 916 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy() 1066 struct p9_fid *fid, *fidptr; in p9_client_destroy() 1103 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach() 1108 struct p9_fid *fid; in p9_client_attach() 1151 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, in p9_client_walk() 1156 struct p9_fid *fid; in p9_client_walk() 1229 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open() [all …]
|