Searched refs:umount_begin (Results 1 – 11 of 11) sorted by relevance
344 .umount_begin = v9fs_umount_begin,355 .umount_begin = v9fs_umount_begin,
84 .umount_begin = ll_umount_begin,
58 .umount_begin = nfs_umount_begin,
315 .umount_begin = nfs_umount_begin,
724 .umount_begin = ceph_umount_begin,
124 void (*umount_begin) (struct super_block *);145 umount_begin: no
225 void (*umount_begin) (struct super_block *);293 umount_begin: called when the VFS is unmounting a filesystem.
587 .umount_begin = cifs_umount_begin,
802 .umount_begin = fuse_umount_begin,
1495 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1496 sb->s_op->umount_begin(sb); in do_umount()
1710 void (*umount_begin) (struct super_block *); member