Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_super.c341 .umount_begin = v9fs_umount_begin,
352 .umount_begin = v9fs_umount_begin,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4super.c31 .umount_begin = nfs_umount_begin,
H A Dsuper.c81 .umount_begin = nfs_umount_begin,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst162 void (*umount_begin) (struct super_block *);
187 umount_begin: no
H A Dvfs.rst244 void (*umount_begin) (struct super_block *);
324 ``umount_begin``
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c862 .umount_begin = ceph_umount_begin,
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h271 void (*umount_begin) (struct super_block *); member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.c711 .umount_begin = cifs_umount_begin,
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c1604 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1605 sb->s_op->umount_begin(sb); in do_umount()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c929 .umount_begin = fuse_umount_begin,
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2018 void (*umount_begin) (struct super_block *); member