Searched refs:umount_begin (Results 1 – 11 of 11) sorted by relevance
326 .umount_begin = v9fs_umount_begin,337 .umount_begin = v9fs_umount_begin,
31 .umount_begin = nfs_umount_begin,
86 .umount_begin = nfs_umount_begin,
176 void (*umount_begin) (struct super_block *);200 umount_begin: no
271 void (*umount_begin) (struct super_block *);381 ``umount_begin``
270 void (*umount_begin) (struct super_block *); member
1048 .umount_begin = ceph_umount_begin,
838 .umount_begin = cifs_umount_begin,
1752 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1753 sb->s_op->umount_begin(sb); in do_umount()
1154 .umount_begin = fuse_umount_begin,
2074 void (*umount_begin) (struct super_block *); member