Home
last modified time | relevance | path

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

/linux-4.1.27/fs/9p/
Dvfs_super.c348 .umount_begin = v9fs_umount_begin,
359 .umount_begin = v9fs_umount_begin,
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsuper25.c82 .umount_begin = ll_umount_begin,
/linux-4.1.27/fs/nfs/
Dnfs4super.c58 .umount_begin = nfs_umount_begin,
Dsuper.c315 .umount_begin = nfs_umount_begin,
/linux-4.1.27/fs/ceph/
Dsuper.c702 .umount_begin = ceph_umount_begin,
/linux-4.1.27/Documentation/filesystems/
DLocking124 void (*umount_begin) (struct super_block *);
145 umount_begin: no
Dvfs.txt225 void (*umount_begin) (struct super_block *);
293 umount_begin: called when the VFS is unmounting a filesystem.
/linux-4.1.27/fs/cifs/
Dcifsfs.c580 .umount_begin = cifs_umount_begin,
/linux-4.1.27/fs/fuse/
Dinode.c786 .umount_begin = fuse_umount_begin,
/linux-4.1.27/fs/
Dnamespace.c1484 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1485 sb->s_op->umount_begin(sb); in do_umount()
/linux-4.1.27/include/linux/
Dfs.h1692 void (*umount_begin) (struct super_block *); member