Searched refs:umount_begin (Results 1 – 8 of 8) sorted by relevance
268 .umount_begin = v9fs_umount_begin,279 .umount_begin = v9fs_umount_begin,
31 .umount_begin = nfs_umount_begin,
100 void (*umount_begin)(struct super_block *sb); member
183 void (*umount_begin) (struct super_block *);206 umount_begin: no
1040 .umount_begin = ceph_umount_begin,
940 .umount_begin = cifs_umount_begin,
1226 .umount_begin = fuse_umount_begin,
1910 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1911 sb->s_op->umount_begin(sb); in do_umount()