HomeSort by: relevance | last modified time | path
    Searched defs:nfsmount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsmount.h 1 /* $NetBSD: nfsmount.h,v 1.3 2016/12/13 22:17:33 pgoyette Exp $ */
33 * FreeBSD: head/sys/fs/nfsclient/nfsmount.h 244042 2012-12-08 22:52:39Z rmacklem
34 * $NetBSD: nfsmount.h,v 1.3 2016/12/13 22:17:33 pgoyette Exp $
47 struct nfsmount { struct
110 * Convert mount ptr to nfsmount ptr.
112 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
  /src/sys/nfs/
nfsmount.h 1 /* $NetBSD: nfsmount.h,v 1.54 2024/12/07 02:05:55 riastradh Exp $ */
34 * @(#)nfsmount.h 8.3 (Berkeley) 3/30/95
130 struct nfsmount { struct
180 * Convert mount ptr to nfsmount ptr.
182 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
192 void nfs_decode_args(struct nfsmount *, struct nfs_args *,
194 int nfs_fsinfo(struct nfsmount *, struct vnode *, kauth_cred_t,

Completed in 13 milliseconds