Searched refs:hasmntopt (Results 1 – 7 of 7) sorted by relevance
68 return (hasmntopt(&mnt_new, opt)); in _sol_hasmntopt()71 #define hasmntopt _sol_hasmntopt macro
67 extern char *hasmntopt(struct mnttab *mnt, const char *opt);
67 hasmntopt(struct mnttab *mnt, const char *opt) in hasmntopt() function
2040 if (hasmntopt(&mnt, mntopt_on) && !*val) { in get_numeric_property()2044 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()
4721 <function-decl name='hasmntopt' visibility='default' binding='global' size-in-bits='64'>
2005 fun:hasmntopt=uninstrumented
7311 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()