• Home
  • Raw
  • Download

Lines Matching refs:fhandle

66 static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, st…
67 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *…
1584 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
1589 .rpc_argp = fhandle, in _nfs4_server_capabilities()
1608 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
1614 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
1620 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
1629 .fh = fhandle, in _nfs4_lookup_root()
1640 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() argument
1647 _nfs4_lookup_root(server, fhandle, info), in nfs4_lookup_root()
1656 static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_proc_get_root() argument
1661 status = nfs4_lookup_root(server, fhandle, info); in nfs4_proc_get_root()
1663 status = nfs4_server_capabilities(server, fhandle); in nfs4_proc_get_root()
1665 status = nfs4_do_fsinfo(server, fhandle, info); in nfs4_proc_get_root()
1674 …ferral(struct inode *dir, const struct qstr *name, struct nfs_fattr *fattr, struct nfs_fh *fhandle) in nfs4_get_referral() argument
1701 memset(fhandle, 0, sizeof(struct nfs_fh)); in nfs4_get_referral()
1710 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *… in _nfs4_proc_getattr() argument
1713 .fh = fhandle, in _nfs4_proc_getattr()
1730 static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *f… in nfs4_proc_getattr() argument
1736 _nfs4_proc_getattr(server, fhandle, fattr), in nfs4_proc_getattr()
1788 const struct qstr *name, struct nfs_fh *fhandle, in _nfs4_proc_lookupfh() argument
1800 .fh = fhandle, in _nfs4_proc_lookupfh()
1817 struct qstr *name, struct nfs_fh *fhandle, in nfs4_proc_lookupfh() argument
1823 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr); in nfs4_proc_lookupfh()
1835 struct nfs_fh *fhandle, struct nfs_fattr *fattr) in _nfs4_proc_lookup() argument
1840 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr); in _nfs4_proc_lookup()
1842 status = nfs4_get_referral(dir, name, fattr, fhandle); in _nfs4_proc_lookup()
1847 static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nf… in nfs4_proc_lookup() argument
1853 _nfs4_proc_lookup(dir, name, fhandle, fattr), in nfs4_proc_lookup()
2414 static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_proc_statfs() argument
2418 .fh = fhandle, in _nfs4_proc_statfs()
2431 static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *f… in nfs4_proc_statfs() argument
2437 _nfs4_proc_statfs(server, fhandle, fsstat), in nfs4_proc_statfs()
2443 static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_do_fsinfo() argument
2447 .fh = fhandle, in _nfs4_do_fsinfo()
2459 static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsi… in nfs4_do_fsinfo() argument
2466 _nfs4_do_fsinfo(server, fhandle, fsinfo), in nfs4_do_fsinfo()
2472 static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *f… in nfs4_proc_fsinfo() argument
2475 return nfs4_do_fsinfo(server, fhandle, fsinfo); in nfs4_proc_fsinfo()
2478 static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_proc_pathconf() argument
2482 .fh = fhandle, in _nfs4_proc_pathconf()
2501 static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_proc_pathconf() argument
2509 _nfs4_proc_pathconf(server, fhandle, pathconf), in nfs4_proc_pathconf()
3037 data->args.fhandle = &data->fh; in _nfs4_proc_delegreturn()