Searched refs:umount_begin (Results 1 – 11 of 11) sorted by relevance
348 .umount_begin = v9fs_umount_begin,359 .umount_begin = v9fs_umount_begin,
82 .umount_begin = ll_umount_begin,
58 .umount_begin = nfs_umount_begin,
315 .umount_begin = nfs_umount_begin,
702 .umount_begin = ceph_umount_begin,
124 void (*umount_begin) (struct super_block *);145 umount_begin: no
225 void (*umount_begin) (struct super_block *);293 umount_begin: called when the VFS is unmounting a filesystem.
580 .umount_begin = cifs_umount_begin,
786 .umount_begin = fuse_umount_begin,
1484 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1485 sb->s_op->umount_begin(sb); in do_umount()
1692 void (*umount_begin) (struct super_block *); member