Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dvfs_super.c268 .umount_begin = v9fs_umount_begin,
279 .umount_begin = v9fs_umount_begin,
/linux/fs/nfs/
H A Dnfs4super.c31 .umount_begin = nfs_umount_begin,
/linux/include/linux/fs/
H A Dsuper_types.h100 void (*umount_begin)(struct super_block *sb); member
/linux/Documentation/filesystems/
H A Dlocking.rst183 void (*umount_begin) (struct super_block *);
206 umount_begin: no
/linux/fs/ceph/
H A Dsuper.c1040 .umount_begin = ceph_umount_begin,
/linux/fs/smb/client/
H A Dcifsfs.c940 .umount_begin = cifs_umount_begin,
/linux/fs/fuse/
H A Dinode.c1226 .umount_begin = fuse_umount_begin,
/linux/fs/
H A Dnamespace.c1910 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1911 sb->s_op->umount_begin(sb); in do_umount()