Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dvfs_super.c326 .umount_begin = v9fs_umount_begin,
337 .umount_begin = v9fs_umount_begin,
/openbmc/linux/fs/nfs/
H A Dnfs4super.c31 .umount_begin = nfs_umount_begin,
H A Dsuper.c86 .umount_begin = nfs_umount_begin,
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst176 void (*umount_begin) (struct super_block *);
200 umount_begin: no
H A Dvfs.rst271 void (*umount_begin) (struct super_block *);
381 ``umount_begin``
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h270 void (*umount_begin) (struct super_block *); member
/openbmc/linux/fs/ceph/
H A Dsuper.c1048 .umount_begin = ceph_umount_begin,
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c838 .umount_begin = cifs_umount_begin,
/openbmc/linux/fs/
H A Dnamespace.c1752 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1753 sb->s_op->umount_begin(sb); in do_umount()
/openbmc/linux/fs/fuse/
H A Dinode.c1154 .umount_begin = fuse_umount_begin,
/openbmc/linux/include/linux/
H A Dfs.h2074 void (*umount_begin) (struct super_block *); member