Home
last modified time | relevance | path

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

/linux-6.15/fs/9p/
H A Dvfs_super.c289 .umount_begin = v9fs_umount_begin,
300 .umount_begin = v9fs_umount_begin,
/linux-6.15/fs/nfs/
H A Dnfs4super.c31 .umount_begin = nfs_umount_begin,
H A Dsuper.c87 .umount_begin = nfs_umount_begin,
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst181 void (*umount_begin) (struct super_block *);
205 umount_begin: no
H A Dvfs.rst271 void (*umount_begin) (struct super_block *);
381 ``umount_begin``
/linux-6.15/fs/ceph/
H A Dsuper.c1052 .umount_begin = ceph_umount_begin,
/linux-6.15/fs/smb/client/
H A Dcifsfs.c878 .umount_begin = cifs_umount_begin,
/linux-6.15/fs/fuse/
H A Dinode.c1208 .umount_begin = fuse_umount_begin,
/linux-6.15/fs/
H A Dnamespace.c2010 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
2011 sb->s_op->umount_begin(sb); in do_umount()
/linux-6.15/include/linux/
H A Dfs.h2304 void (*umount_begin) (struct super_block *); member