Home
last modified time | relevance | path

Searched refs:VTOFH3 (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c532 args.fh = *VTOFH3(vp); in acl_getacl3()
579 args.fh = *VTOFH3(vp); in acl_setacl3()
632 args.fh = *VTOFH3(vp); in acl_getxattrdir3()
H A Dnfs3_vnops.c470 args.file = *VTOFH3(vp); in nfs3_directio_read()
1018 args.file = *VTOFH3(vp); in nfs3write()
1147 args.file = *VTOFH3(vp); in nfs3read()
1569 args.object = *VTOFH3(vp); in nfs3_access()
1706 args.symlink = *VTOFH3(vp); in nfs3_readlink()
2997 args.file = *VTOFH3(svp); in nfs3_link()
5468 lm_fh3.n_len = VTOFH3(vp)->fh3_length; in nfs3_frlock()
5469 lm_fh3.n_bytes = (char *)&(VTOFH3(vp)->fh3_u.data); in nfs3_frlock()
5850 args.object = *VTOFH3(vp); in nfs3_pathconf()
6190 args.file = *VTOFH3(vp); in nfs3_commit()
[all …]
H A Dnfs_dump.c166 nfsdump_fhandle3 = *VTOFH3(dumpvp); in nd_init()
H A Dnfs3_vfsops.c1522 args.fsroot = *VTOFH3(vp); in nfs3_statvfs()
H A Dnfs_subr.c2096 da->dirp = VTOFH3(dvp); in setdiropargs3()
4199 *dest = *VTOFH3(vp); in nfs3copyfh()
H A Dnfs_client.c943 args.object = *VTOFH3(vp); in nfs3_getattr_otw()
/titanic_44/usr/src/uts/common/nfs/
H A Drnode.h339 #define VTOFH3(vp) (RTOFH3(VTOR(vp))) macro
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_client.c1550 fh->n_len = VTOFH3(vp)->fh3_length; in nlm_init_fh_by_vp()
1551 fh->n_bytes = (char *)&(VTOFH3(vp)->fh3_u.data); in nlm_init_fh_by_vp()