Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c227 static int nfs4_trigger_add_mntopt(char *, char *, vfs_t *);
3266 if (nfs4_trigger_add_mntopt(mntopts, mop->mo_name, vfsp)) { in nfs4_trigger_create_mntopts()
3285 if (nfs4_trigger_add_mntopt(mntopts, MNTOPT_XATTR, vfsp) || in nfs4_trigger_create_mntopts()
3286 nfs4_trigger_add_mntopt(mntopts, MNTOPT_NOXATTR, vfsp)) { in nfs4_trigger_create_mntopts()
3305 nfs4_trigger_add_mntopt(char *mntopts, char *optname, vfs_t *vfsp) in nfs4_trigger_add_mntopt() function