Symbol: p9_fid
fs/9p/acl.c
21
static struct posix_acl *v9fs_fid_get_acl(struct p9_fid *fid, const char *name)
fs/9p/acl.c
243
static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl)
fs/9p/acl.c
273
int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid)
fs/9p/acl.c
292
int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid,
fs/9p/acl.c
50
struct p9_fid *fid;
fs/9p/acl.c
62
static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, const char *name)
fs/9p/acl.c
79
int v9fs_get_acl(struct inode *inode, struct p9_fid *fid)
fs/9p/acl.h
10
int v9fs_get_acl(struct inode *inode, struct p9_fid *fid);
fs/9p/acl.h
17
int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid);
fs/9p/acl.h
18
int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid,
fs/9p/acl.h
27
static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid)
fs/9p/acl.h
31
static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid)
fs/9p/acl.h
36
struct p9_fid *fid,
fs/9p/fid.c
113
static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any)
fs/9p/fid.c
115
struct p9_fid *fid, *ret;
fs/9p/fid.c
169
static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry,
fs/9p/fid.c
176
struct p9_fid *fid, *root_fid, *old_fid;
fs/9p/fid.c
21
static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid)
fs/9p/fid.c
287
struct p9_fid *v9fs_fid_lookup(struct dentry *dentry)
fs/9p/fid.c
33
void v9fs_fid_add(struct dentry *dentry, struct p9_fid **pfid)
fs/9p/fid.c
35
struct p9_fid *fid = *pfid;
fs/9p/fid.c
60
struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable,
fs/9p/fid.c
64
struct p9_fid *fid, *ret = NULL;
fs/9p/fid.c
93
void v9fs_open_fid_add(struct inode *inode, struct p9_fid **pfid)
fs/9p/fid.c
95
struct p9_fid *fid = *pfid;
fs/9p/fid.h
12
struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable,
fs/9p/fid.h
14
struct p9_fid *v9fs_fid_lookup(struct dentry *dentry);
fs/9p/fid.h
15
static inline struct p9_fid *v9fs_parent_fid(struct dentry *dentry)
fs/9p/fid.h
19
void v9fs_fid_add(struct dentry *dentry, struct p9_fid **fid);
fs/9p/fid.h
20
void v9fs_open_fid_add(struct inode *inode, struct p9_fid **fid);
fs/9p/fid.h
21
static inline struct p9_fid *clone_fid(struct p9_fid *fid)
fs/9p/fid.h
25
static inline struct p9_fid *v9fs_fid_clone(struct dentry *dentry)
fs/9p/fid.h
27
struct p9_fid *fid, *nfid;
fs/9p/fid.h
49
static inline void v9fs_fid_add_modes(struct p9_fid *fid, unsigned int s_flags,
fs/9p/v9fs.c
434
struct p9_fid *v9fs_session_init(struct v9fs_session_info *v9ses,
fs/9p/v9fs.c
437
struct p9_fid *fid;
fs/9p/v9fs.h
174
struct p9_fid *v9fs_session_init(struct v9fs_session_info *v9ses,
fs/9p/v9fs.h
188
struct p9_fid *fid,
fs/9p/v9fs.h
195
struct p9_fid *fid,
fs/9p/v9fs.h
234
v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid,
fs/9p/v9fs.h
252
v9fs_get_new_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid,
fs/9p/v9fs_vfs.h
66
int v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode);
fs/9p/v9fs_vfs.h
67
int v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode);
fs/9p/vfs_addr.c
101
struct p9_fid *fid;
fs/9p/vfs_addr.c
147
struct p9_fid *fid = rreq->netfs_priv;
fs/9p/vfs_addr.c
35
struct p9_fid *fid;
fs/9p/vfs_addr.c
56
struct p9_fid *fid = subreq->rreq->netfs_priv;
fs/9p/vfs_addr.c
72
struct p9_fid *fid = rreq->netfs_priv;
fs/9p/vfs_dentry.c
61
p9_fid_put(hlist_entry(p, struct p9_fid, dlist));
fs/9p/vfs_dentry.c
66
struct p9_fid *fid;
fs/9p/vfs_dir.c
150
struct p9_fid *fid;
fs/9p/vfs_dir.c
208
struct p9_fid *fid;
fs/9p/vfs_dir.c
70
struct p9_fid *fid = filp->private_data;
fs/9p/vfs_dir.c
89
struct p9_fid *fid;
fs/9p/vfs_file.c
126
struct p9_fid *fid;
fs/9p/vfs_file.c
231
struct p9_fid *fid;
fs/9p/vfs_file.c
360
struct p9_fid *fid = iocb->ki_filp->private_data;
fs/9p/vfs_file.c
384
struct p9_fid *fid = in->private_data;
fs/9p/vfs_file.c
404
struct p9_fid *fid = file->private_data;
fs/9p/vfs_file.c
418
struct p9_fid *fid;
fs/9p/vfs_file.c
44
struct p9_fid *fid;
fs/9p/vfs_file.c
442
struct p9_fid *fid;
fs/9p/vfs_inode.c
1018
struct p9_fid *fid = NULL;
fs/9p/vfs_inode.c
1164
struct p9_fid *fid;
fs/9p/vfs_inode.c
1214
struct p9_fid *fid;
fs/9p/vfs_inode.c
1270
struct p9_fid *oldfid;
fs/9p/vfs_inode.c
1326
int v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode)
fs/9p/vfs_inode.c
450
v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid,
fs/9p/vfs_inode.c
511
struct p9_fid *v9fid, *dfid;
fs/9p/vfs_inode.c
567
static struct p9_fid *
fs/9p/vfs_inode.c
573
struct p9_fid *dfid, *ofid = NULL, *fid = NULL;
fs/9p/vfs_inode.c
650
struct p9_fid *fid;
fs/9p/vfs_inode.c
677
struct p9_fid *fid;
fs/9p/vfs_inode.c
711
struct p9_fid *dfid, *fid;
fs/9p/vfs_inode.c
770
struct p9_fid *fid;
fs/9p/vfs_inode.c
864
struct p9_fid *oldfid = NULL, *dfid = NULL;
fs/9p/vfs_inode.c
865
struct p9_fid *olddirfid = NULL;
fs/9p/vfs_inode.c
866
struct p9_fid *newdirfid = NULL;
fs/9p/vfs_inode.c
970
struct p9_fid *fid;
fs/9p/vfs_inode_dotl.c
144
v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid,
fs/9p/vfs_inode_dotl.c
237
struct p9_fid *fid = NULL;
fs/9p/vfs_inode_dotl.c
238
struct p9_fid *dfid = NULL, *ofid = NULL;
fs/9p/vfs_inode_dotl.c
354
struct p9_fid *fid = NULL, *dfid = NULL;
fs/9p/vfs_inode_dotl.c
425
struct p9_fid *fid;
fs/9p/vfs_inode_dotl.c
519
struct p9_fid *fid = NULL;
fs/9p/vfs_inode_dotl.c
690
struct p9_fid *dfid;
fs/9p/vfs_inode_dotl.c
691
struct p9_fid *fid = NULL;
fs/9p/vfs_inode_dotl.c
734
struct p9_fid *dfid, *oldfid;
fs/9p/vfs_inode_dotl.c
763
struct p9_fid *fid;
fs/9p/vfs_inode_dotl.c
796
struct p9_fid *fid = NULL, *dfid = NULL;
fs/9p/vfs_inode_dotl.c
867
struct p9_fid *fid;
fs/9p/vfs_inode_dotl.c
887
int v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode)
fs/9p/vfs_inode_dotl.c
98
struct p9_fid *fid,
fs/9p/vfs_super.c
193
struct p9_fid *fid;
fs/9p/vfs_super.c
88
struct p9_fid *fid;
fs/9p/xattr.c
108
int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name,
fs/9p/xattr.c
18
ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name,
fs/9p/xattr.c
23
struct p9_fid *attr_fid;
fs/9p/xattr.c
68
struct p9_fid *fid;
fs/9p/xattr.c
98
struct p9_fid *fid;
fs/9p/xattr.h
15
ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name,
fs/9p/xattr.h
19
int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name,
include/net/9p/client.h
277
int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb);
include/net/9p/client.h
278
int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid,
include/net/9p/client.h
280
int p9_client_renameat(struct p9_fid *olddirfid, const char *old_name,
include/net/9p/client.h
281
struct p9_fid *newdirfid, const char *new_name);
include/net/9p/client.h
286
struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
include/net/9p/client.h
288
struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname,
include/net/9p/client.h
290
int p9_client_open(struct p9_fid *fid, int mode);
include/net/9p/client.h
291
int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
include/net/9p/client.h
293
int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname);
include/net/9p/client.h
294
int p9_client_symlink(struct p9_fid *fid, const char *name, const char *symname,
include/net/9p/client.h
296
int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, u32 mode,
include/net/9p/client.h
298
int p9_client_clunk(struct p9_fid *fid);
include/net/9p/client.h
299
int p9_client_fsync(struct p9_fid *fid, int datasync);
include/net/9p/client.h
300
int p9_client_remove(struct p9_fid *fid);
include/net/9p/client.h
301
int p9_client_unlinkat(struct p9_fid *dfid, const char *name, int flags);
include/net/9p/client.h
302
int p9_client_read(struct p9_fid *fid, u64 offset, struct iov_iter *to, int *err);
include/net/9p/client.h
303
int p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to,
include/net/9p/client.h
305
int p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err);
include/net/9p/client.h
308
int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset);
include/net/9p/client.h
311
struct p9_wstat *p9_client_stat(struct p9_fid *fid);
include/net/9p/client.h
312
int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst);
include/net/9p/client.h
313
int p9_client_setattr(struct p9_fid *fid, struct p9_iattr_dotl *attr);
include/net/9p/client.h
315
struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
include/net/9p/client.h
318
int p9_client_mknod_dotl(struct p9_fid *oldfid, const char *name, int mode,
include/net/9p/client.h
320
int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode,
include/net/9p/client.h
322
int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status);
include/net/9p/client.h
323
int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *fl);
include/net/9p/client.h
342
void do_trace_9p_fid_get(struct p9_fid *fid);
include/net/9p/client.h
343
void do_trace_9p_fid_put(struct p9_fid *fid);
include/net/9p/client.h
355
static inline struct p9_fid *p9_fid_get(struct p9_fid *fid)
include/net/9p/client.h
365
static inline int p9_fid_put(struct p9_fid *fid)
include/net/9p/client.h
389
struct p9_fid *p9_client_xattrwalk(struct p9_fid *file_fid,
include/net/9p/client.h
391
int p9_client_xattrcreate(struct p9_fid *fid, const char *name,
include/net/9p/client.h
393
int p9_client_readlink(struct p9_fid *fid, char **target);
include/trace/events/9p.h
200
TP_PROTO(struct p9_fid *fid, __u8 type),
net/9p/client.c
1031
struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname,
net/9p/client.c
1036
struct p9_fid *fid;
net/9p/client.c
1106
int p9_client_open(struct p9_fid *fid, int mode)
net/9p/client.c
1151
int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags,
net/9p/client.c
1195
int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
net/9p/client.c
1238
int p9_client_symlink(struct p9_fid *dfid, const char *name,
net/9p/client.c
1272
int p9_client_link(struct p9_fid *dfid, struct p9_fid *oldfid, const char *newname)
net/9p/client.c
1291
int p9_client_fsync(struct p9_fid *fid, int datasync)
net/9p/client.c
1316
int p9_client_clunk(struct p9_fid *fid)
net/9p/client.c
1352
int p9_client_remove(struct p9_fid *fid)
net/9p/client.c
1379
int p9_client_unlinkat(struct p9_fid *dfid, const char *name, int flags)
net/9p/client.c
1403
p9_client_read(struct p9_fid *fid, u64 offset, struct iov_iter *to, int *err)
net/9p/client.c
1422
p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to,
net/9p/client.c
1498
p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err)
net/9p/client.c
1564
struct p9_fid *fid = wreq->netfs_priv;
net/9p/client.c
1608
struct p9_wstat *p9_client_stat(struct p9_fid *fid)
net/9p/client.c
1659
struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
net/9p/client.c
1750
int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst)
net/9p/client.c
1788
int p9_client_setattr(struct p9_fid *fid, struct p9_iattr_dotl *p9attr)
net/9p/client.c
1819
int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb)
net/9p/client.c
1855
int p9_client_rename(struct p9_fid *fid,
net/9p/client.c
1856
struct p9_fid *newdirfid, const char *name)
net/9p/client.c
1882
int p9_client_renameat(struct p9_fid *olddirfid, const char *old_name,
net/9p/client.c
1883
struct p9_fid *newdirfid, const char *new_name)
net/9p/client.c
1913
struct p9_fid *p9_client_xattrwalk(struct p9_fid *file_fid,
net/9p/client.c
1919
struct p9_fid *attr_fid;
net/9p/client.c
1958
int p9_client_xattrcreate(struct p9_fid *fid, const char *name,
net/9p/client.c
1982
int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset)
net/9p/client.c
2049
int p9_client_mknod_dotl(struct p9_fid *fid, const char *name, int mode,
net/9p/client.c
2079
int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode,
net/9p/client.c
2108
int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status)
net/9p/client.c
2139
int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *glock)
net/9p/client.c
2175
int p9_client_readlink(struct p9_fid *fid, char **target)
net/9p/client.c
727
static struct p9_fid *p9_fid_create(struct p9_client *clnt)
net/9p/client.c
730
struct p9_fid *fid;
net/9p/client.c
757
static void p9_fid_destroy(struct p9_fid *fid)
net/9p/client.c
775
void do_trace_9p_fid_get(struct p9_fid *fid)
net/9p/client.c
781
void do_trace_9p_fid_put(struct p9_fid *fid)
net/9p/client.c
948
struct p9_fid *fid;
net/9p/client.c
984
struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
net/9p/client.c
990
struct p9_fid *fid;