Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/9p/
Dvfs_super.c341 .umount_begin = v9fs_umount_begin,
352 .umount_begin = v9fs_umount_begin,
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4super.c31 .umount_begin = nfs_umount_begin,
Dsuper.c81 .umount_begin = nfs_umount_begin,
/kernel/linux/linux-5.10/Documentation/filesystems/
Dlocking.rst162 void (*umount_begin) (struct super_block *);
187 umount_begin: no
Dvfs.rst244 void (*umount_begin) (struct super_block *);
324 ``umount_begin``
/kernel/linux/linux-5.10/fs/ceph/
Dsuper.c862 .umount_begin = ceph_umount_begin,
/kernel/linux/linux-5.10/fs/cifs/
Dcifsfs.c717 .umount_begin = cifs_umount_begin,
/kernel/linux/linux-5.10/fs/
Dnamespace.c1605 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1606 sb->s_op->umount_begin(sb); in do_umount()
/kernel/linux/linux-5.10/fs/fuse/
Dinode.c927 .umount_begin = fuse_umount_begin,
/kernel/linux/linux-5.10/include/linux/
Dfs.h1969 void (*umount_begin) (struct super_block *); member