Searched refs:umount_begin (Results 1 – 10 of 10) sorted by relevance
341 .umount_begin = v9fs_umount_begin,352 .umount_begin = v9fs_umount_begin,
31 .umount_begin = nfs_umount_begin,
81 .umount_begin = nfs_umount_begin,
162 void (*umount_begin) (struct super_block *);187 umount_begin: no
244 void (*umount_begin) (struct super_block *);324 ``umount_begin``
862 .umount_begin = ceph_umount_begin,
717 .umount_begin = cifs_umount_begin,
1605 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1606 sb->s_op->umount_begin(sb); in do_umount()
927 .umount_begin = fuse_umount_begin,
1969 void (*umount_begin) (struct super_block *); member