Searched refs:umount_begin (Results 1 – 10 of 10) sorted by relevance
347 .umount_begin = v9fs_umount_begin,358 .umount_begin = v9fs_umount_begin,
31 .umount_begin = nfs_umount_begin,
81 .umount_begin = nfs_umount_begin,
169 void (*umount_begin) (struct super_block *);193 umount_begin: no
244 void (*umount_begin) (struct super_block *);330 ``umount_begin``
1003 .umount_begin = ceph_umount_begin,
789 .umount_begin = cifs_umount_begin,
1673 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1674 sb->s_op->umount_begin(sb); in do_umount()
1049 .umount_begin = fuse_umount_begin,
2251 void (*umount_begin) (struct super_block *); member