Home
last modified time | relevance | path

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

/linux-4.4.14/fs/9p/
Dvfs_super.c344 .umount_begin = v9fs_umount_begin,
355 .umount_begin = v9fs_umount_begin,
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dsuper25.c84 .umount_begin = ll_umount_begin,
/linux-4.4.14/fs/nfs/
Dnfs4super.c58 .umount_begin = nfs_umount_begin,
Dsuper.c315 .umount_begin = nfs_umount_begin,
/linux-4.4.14/fs/ceph/
Dsuper.c724 .umount_begin = ceph_umount_begin,
/linux-4.4.14/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.4.14/fs/cifs/
Dcifsfs.c587 .umount_begin = cifs_umount_begin,
/linux-4.4.14/fs/fuse/
Dinode.c802 .umount_begin = fuse_umount_begin,
/linux-4.4.14/fs/
Dnamespace.c1495 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1496 sb->s_op->umount_begin(sb); in do_umount()
/linux-4.4.14/include/linux/
Dfs.h1710 void (*umount_begin) (struct super_block *); member