Searched refs:nfs4_trigger_add_mntopt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 227 static int nfs4_trigger_add_mntopt(char *, char *, vfs_t *); 3271 if (nfs4_trigger_add_mntopt(mntopts, mop->mo_name, vfsp)) { in nfs4_trigger_create_mntopts() 3290 if (nfs4_trigger_add_mntopt(mntopts, MNTOPT_XATTR, vfsp) || in nfs4_trigger_create_mntopts() 3291 nfs4_trigger_add_mntopt(mntopts, MNTOPT_NOXATTR, vfsp)) { in nfs4_trigger_create_mntopts() 3310 nfs4_trigger_add_mntopt(char *mntopts, char *optname, vfs_t *vfsp) in nfs4_trigger_add_mntopt() function
|