Lines Matching refs:mount_t

126 #undef mount_t
175 VFS_MOUNT(mount_t mp, vnode_t devvp, user_addr_t data, vfs_context_t ctx)
198 VFS_START(mount_t mp, int flags, vfs_context_t ctx)
211 VFS_UNMOUNT(mount_t mp, int flags, vfs_context_t ctx)
241 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx)
258 VFS_QUOTACTL(mount_t mp, int cmd, uid_t uid, caddr_t datap, vfs_context_t ctx)
271 VFS_GETATTR(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
288 VFS_SETATTR(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
305 VFS_SYNC(mount_t mp, int flags, vfs_context_t ctx)
322 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx)
339 VFS_FHTOVP(mount_t mp, int fhlen, unsigned char * fhp, vnode_t * vpp, vfs_context_t ctx)
373 /* returns the cached throttle mask for the mount_t */
375 vfs_throttle_mask(mount_t mp)
380 /* returns a copy of vfs type name for the mount_t */
382 vfs_name(mount_t mp, char * buffer)
387 /* returns vfs type number for the mount_t */
389 vfs_typenum(mount_t mp)
396 vfs_mntlabel(mount_t mp)
401 /* returns command modifier flags of mount_t ie. MNT_CMDFLAGS */
403 vfs_flags(mount_t mp)
408 /* set any of the command modifier flags(MNT_CMDFLAGS) in mount_t */
410 vfs_setflags(mount_t mp, uint64_t flags)
419 /* clear any of the command modifier flags(MNT_CMDFLAGS) in mount_t */
421 vfs_clearflags(mount_t mp , uint64_t flags)
430 /* Is the mount_t ronly and upgrade read/write requested? */
432 vfs_iswriteupgrade(mount_t mp) /* ronly && MNTK_WANTRDWR */
438 /* Is the mount_t mounted ronly */
440 vfs_isrdonly(mount_t mp)
445 /* Is the mount_t mounted for filesystem synchronous writes? */
447 vfs_issynchronous(mount_t mp)
452 /* Is the mount_t mounted read/write? */
454 vfs_isrdwr(mount_t mp)
460 /* Is mount_t marked for update (ie MNT_UPDATE) */
462 vfs_isupdate(mount_t mp)
468 /* Is mount_t marked for reload (ie MNT_RELOAD) */
470 vfs_isreload(mount_t mp)
475 /* Is mount_t marked for forced unmount (ie MNT_FORCE or MNTK_FRCUNMOUNT) */
477 vfs_isforce(mount_t mp)
486 vfs_isunmount(mount_t mp)
496 vfs_64bitready(mount_t mp)
506 vfs_authcache_ttl(mount_t mp)
515 vfs_setauthcache_ttl(mount_t mp, int ttl)
524 vfs_clearauthcache_ttl(mount_t mp)
537 vfs_authopaque(mount_t mp)
546 vfs_authopaqueaccess(mount_t mp)
555 vfs_setauthopaque(mount_t mp)
563 vfs_setauthopaqueaccess(mount_t mp)
571 vfs_clearauthopaque(mount_t mp)
579 vfs_clearauthopaqueaccess(mount_t mp)
587 vfs_setextendedsecurity(mount_t mp)
595 vfs_clearextendedsecurity(mount_t mp)
603 vfs_extendedsecurity(mount_t mp)
608 /* returns the max size of short symlink in this mount_t */
610 vfs_maxsymlen(mount_t mp)
615 /* set max size of short symlink on mount_t */
617 vfs_setmaxsymlen(mount_t mp, uint32_t symlen)
622 /* return a pointer to the RO vfs_statfs associated with mount_t */
624 vfs_statfs(mount_t mp)
630 vfs_getattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
649 vfs_setattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
666 /* return the private data handle stored in mount_t */
668 vfs_fsprivate(mount_t mp)
673 /* set the private data handle in mount_t */
675 vfs_setfsprivate(mount_t mp, void *mntdata)
684 vfs_nativexattrs(mount_t mp) {
690 * device associated with mount_t
693 vfs_devblocksize(mount_t mp) {
702 vfs_vnodecovered(mount_t mp)
722 vfs_devvp(mount_t mp)
734 * return the io attributes associated with mount_t
737 vfs_ioattr(mount_t mp, struct vfsioattr *ioattrp)
764 * set the IO attributes associated with mount_t
767 vfs_setioattr(mount_t mp, struct vfsioattr * ioattrp)
1368 mount_t
1374 mount_t
1377 mount_t mp;
1383 return (mount_t)NULL;
2685 mount_t mp;