Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h522 int vfs_settag(uint_t, uint_t, const char *, const char *, cred_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h515 int vfs_settag(uint_t, uint_t, const char *, const char *, cred_t *);
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1590 error = vfs_settag(major, minor, pbuf, tagbuf, cr); in mntioctl()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2435 vfs_settag(uint_t major, uint_t minor, const char *mntpt, const char *tag, in vfs_settag() function