Searched refs:umount_begin (Results 1 – 4 of 4) sorted by relevance
100 void (*umount_begin) (struct super_block *);115 umount_begin: yes no maybe (see below)
305 if( (flags&MNT_FORCE) && sb->s_op->umount_begin) in do_umount()306 sb->s_op->umount_begin(sb); in do_umount()
64 umount_begin: nfs_umount_begin,
939 void (*umount_begin) (struct super_block *); member