Home
last modified time | relevance | path

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

/Linux-v4.19/fs/9p/
Dvfs_super.c351 .umount_begin = v9fs_umount_begin,
362 .umount_begin = v9fs_umount_begin,
/Linux-v4.19/fs/nfs/
Dnfs4super.c58 .umount_begin = nfs_umount_begin,
Dsuper.c317 .umount_begin = nfs_umount_begin,
/Linux-v4.19/Documentation/filesystems/
DLocking132 void (*umount_begin) (struct super_block *);
153 umount_begin: no
Dvfs.txt225 void (*umount_begin) (struct super_block *);
293 umount_begin: called when the VFS is unmounting a filesystem.
/Linux-v4.19/fs/ceph/
Dsuper.c831 .umount_begin = ceph_umount_begin,
/Linux-v4.19/fs/cifs/
Dcifsfs.c625 .umount_begin = cifs_umount_begin,
/Linux-v4.19/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-v4.19/fs/fuse/
Dinode.c817 .umount_begin = fuse_umount_begin,
/Linux-v4.19/include/linux/
Dfs.h1861 void (*umount_begin) (struct super_block *); member