Searched refs:umount_begin (Results 1 – 10 of 10) sorted by relevance
342 .umount_begin = v9fs_umount_begin,353 .umount_begin = v9fs_umount_begin,
31 .umount_begin = nfs_umount_begin,
81 .umount_begin = nfs_umount_begin,
168 void (*umount_begin) (struct super_block *);193 umount_begin: no
244 void (*umount_begin) (struct super_block *);327 ``umount_begin``
866 .umount_begin = ceph_umount_begin,
746 .umount_begin = cifs_umount_begin,
1624 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1625 sb->s_op->umount_begin(sb); in do_umount()
998 .umount_begin = fuse_umount_begin,
2212 void (*umount_begin) (struct super_block *); member