Home
last modified time | relevance | path

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

/linux-6.6.21/fs/9p/
Dvfs_super.c325 .umount_begin = v9fs_umount_begin,
336 .umount_begin = v9fs_umount_begin,
/linux-6.6.21/fs/nfs/
Dnfs4super.c31 .umount_begin = nfs_umount_begin,
Dsuper.c85 .umount_begin = nfs_umount_begin,
/linux-6.6.21/Documentation/filesystems/
Dlocking.rst176 void (*umount_begin) (struct super_block *);
200 umount_begin: no
Dvfs.rst271 void (*umount_begin) (struct super_block *);
381 ``umount_begin``
/linux-6.6.21/fs/ceph/
Dsuper.c1037 .umount_begin = ceph_umount_begin,
/linux-6.6.21/fs/smb/client/
Dcifsfs.c822 .umount_begin = cifs_umount_begin,
/linux-6.6.21/fs/
Dnamespace.c1752 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1753 sb->s_op->umount_begin(sb); in do_umount()
/linux-6.6.21/fs/fuse/
Dinode.c1128 .umount_begin = fuse_umount_begin,
/linux-6.6.21/include/linux/
Dfs.h2073 void (*umount_begin) (struct super_block *); member