Searched refs:mntfs_same_word (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1256 * mntfs_same_word() returns 1 if two words are the same in the context of
1268 * mntfs_same_word() returns 1 if the words are the same and 0 otherwise.
1271 mntfs_same_word(char *worda, char *bufa, size_t sizea, off_t offb, char *bufb, function
1722 mntfs_same_word(preftab.mnt_special,
1726 (!preftab.mnt_mountp || mntfs_same_word(
1731 (!preftab.mnt_fstype || mntfs_same_word(
1736 (!preftab.mnt_mntopts || mntfs_same_word(
1741 (!preftab.mnt_time || mntfs_same_word(

Completed in 47 milliseconds