Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dproto.h82 extern const char *mountflags(private_t *, int);
H A Dcodes.c2282 mountflags(private_t *pri, int arg) /* bit map of mount syscall flags */ in mountflags() function
H A Dprint.c576 const char *s = raw? NULL : mountflags(pri, val); in prt_mtf()