• Home
  • Raw
  • Download

Lines Matching defs:fid

895 	struct p9_fid *fid;  in p9_fid_create()  local
920 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy()
1081 struct p9_fid *fid; in p9_client_destroy() local
1123 struct p9_fid *fid; in p9_client_attach() local
1169 struct p9_fid *fid; in p9_client_walk() local
1240 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open()
1330 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate()
1427 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync()
1453 int p9_client_clunk(struct p9_fid *fid) in p9_client_clunk()
1499 int p9_client_remove(struct p9_fid *fid) in p9_client_remove()
1551 p9_client_read(struct p9_fid *fid, u64 offset, struct iov_iter *to, int *err) in p9_client_read()
1570 p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to, in p9_client_read_once()
1639 p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err) in p9_client_write()
1695 struct p9_wstat *p9_client_stat(struct p9_fid *fid) in p9_client_stat()
1747 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid, in p9_client_getattr_dotl()
1839 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst) in p9_client_wstat()
1878 int p9_client_setattr(struct p9_fid *fid, struct p9_iattr_dotl *p9attr) in p9_client_setattr()
1910 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb) in p9_client_statfs()
1947 int p9_client_rename(struct p9_fid *fid, in p9_client_rename()
2053 int p9_client_xattrcreate(struct p9_fid *fid, const char *name, in p9_client_xattrcreate()
2078 int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset) in p9_client_readdir()
2144 int p9_client_mknod_dotl(struct p9_fid *fid, const char *name, int mode, in p9_client_mknod_dotl()
2175 int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode, in p9_client_mkdir_dotl()
2205 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
2237 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *glock) in p9_client_getlock_dotl()
2274 int p9_client_readlink(struct p9_fid *fid, char **target) in p9_client_readlink()