Searched refs:umount_begin (Results 1 – 10 of 10) sorted by relevance
340 .umount_begin = v9fs_umount_begin,351 .umount_begin = v9fs_umount_begin,
59 .umount_begin = nfs_umount_begin,
324 .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``
880 .umount_begin = ceph_umount_begin,
690 .umount_begin = cifs_umount_begin,
820 .umount_begin = fuse_umount_begin,
1551 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1552 sb->s_op->umount_begin(sb); in do_umount()
1952 void (*umount_begin) (struct super_block *); member