Home
last modified time | relevance | path

Searched refs:umount_begin (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/9p/
Dvfs_super.c351 .umount_begin = v9fs_umount_begin,
362 .umount_begin = v9fs_umount_begin,
/linux-4.19.296/fs/nfs/
Dnfs4super.c58 .umount_begin = nfs_umount_begin,
Dsuper.c317 .umount_begin = nfs_umount_begin,
/linux-4.19.296/fs/ceph/
Dsuper.c873 .umount_begin = ceph_umount_begin,
/linux-4.19.296/fs/cifs/
Dcifsfs.c628 .umount_begin = cifs_umount_begin,
/linux-4.19.296/fs/
Dnamespace.c1514 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1515 sb->s_op->umount_begin(sb); in do_umount()
/linux-4.19.296/fs/fuse/
Dinode.c824 .umount_begin = fuse_umount_begin,
/linux-4.19.296/include/linux/
Dfs.h1876 void (*umount_begin) (struct super_block *); member