Home
last modified time | relevance | path

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

/Linux-v5.15/fs/9p/
Dvfs_super.c342 .umount_begin = v9fs_umount_begin,
353 .umount_begin = v9fs_umount_begin,
/Linux-v5.15/fs/nfs/
Dnfs4super.c31 .umount_begin = nfs_umount_begin,
Dsuper.c81 .umount_begin = nfs_umount_begin,
/Linux-v5.15/Documentation/filesystems/
Dlocking.rst168 void (*umount_begin) (struct super_block *);
193 umount_begin: no
Dvfs.rst244 void (*umount_begin) (struct super_block *);
327 ``umount_begin``
/Linux-v5.15/fs/ceph/
Dsuper.c866 .umount_begin = ceph_umount_begin,
/Linux-v5.15/fs/cifs/
Dcifsfs.c746 .umount_begin = cifs_umount_begin,
/Linux-v5.15/fs/
Dnamespace.c1624 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1625 sb->s_op->umount_begin(sb); in do_umount()
/Linux-v5.15/fs/fuse/
Dinode.c998 .umount_begin = fuse_umount_begin,
/Linux-v5.15/include/linux/
Dfs.h2212 void (*umount_begin) (struct super_block *); member