HomeSort by: relevance | last modified time | path
    Searched refs:vnode_mount (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/fs/nfs/common/
nfskpiport.h 45 #define vnode_mount(v) ((v)->v_mount) macro
nfsdport.h 108 #define vnode_mount(v) ((v)->v_mount) macro
nfs_commonsubs.c 1035 vfs_statfs(vnode_mount(vp))->f_fsid.val[0] ||
1037 vfs_statfs(vnode_mount(vp))->f_fsid.val[1])
1518 if (!VFS_QUOTACTL(vnode_mount(vp),QCMD(Q_GETQUOTA,
1547 if (!VFS_QUOTACTL(vnode_mount(vp),QCMD(Q_GETQUOTA,
1573 if (!VFS_QUOTACTL(vnode_mount(vp),QCMD(Q_GETQUOTA,
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 268 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp));
588 if (NFSHASNFSV4N(VFSTONFS(vnode_mount(vp))))
788 nmp = VFSTONFS(vnode_mount(vp));
1074 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp));
1204 nmp = VFSTONFS(vnode_mount(dvp));
1352 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp));
1412 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp));
1504 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp));
1581 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp));
1847 struct nfsmount *nmp = VFSTONFS(vnode_mount(dvp))
    [all...]
nfs_clstate.c 239 ret = nfscl_getcl(vnode_mount(vp), cred, p, 1, &clp);
503 clp = nfscl_findcl(VFSTONFS(vnode_mount(vp)));
976 error = nfscl_getcl(vnode_mount(vp), cred, p, 1, &clp);
1311 error = nfscl_getcl(vnode_mount(vp), cred, p, 1, &clp);
2885 clp = VFSTONFS(vnode_mount(vp))->nm_clp;
2904 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, 0, 0);
2927 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, 0,
2962 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1,
2996 error = nfscl_getcl(vnode_mount(vp), NULL, NULL, 1, &clp);
3070 error = nfscl_getcl(vnode_mount(vp), NULL, NULL, 1, &clp)
    [all...]
nfs_clvnops.c 1368 nmp = VFSTONFS(vnode_mount(vp));
1399 nmp = VFSTONFS(vnode_mount(vp));
1557 nmp = VFSTONFS(vnode_mount(dvp));
nfs_clbio.c 1538 if (NFSHASPNFS(VFSTONFS(vnode_mount(bp->b_vp)))) {
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 368 (vfs_flags(vnode_mount(vp)) & MNT_RDONLY))

Completed in 29 milliseconds