Searched refs:umount_begin (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/9p/
H A Dvfs_super.c289 .umount_begin = v9fs_umount_begin,
300 .umount_begin = v9fs_umount_begin,
/linux-master/fs/nfs/
H A Dnfs4super.c31 .umount_begin = nfs_umount_begin,
H A Dsuper.c85 .umount_begin = nfs_umount_begin,
/linux-master/fs/ceph/
H A Dsuper.c1040 .umount_begin = ceph_umount_begin,
/linux-master/fs/fuse/
H A Dinode.c1153 .umount_begin = fuse_umount_begin,
/linux-master/fs/smb/client/
H A Dcifsfs.c826 .umount_begin = cifs_umount_begin,
/linux-master/fs/
H A Dnamespace.c1746 * 'Gee thats tricky lets do it in userspace' the umount_begin
1752 if (flags & MNT_FORCE && sb->s_op->umount_begin) {
1753 sb->s_op->umount_begin(sb);
/linux-master/include/linux/
H A Dfs.h2175 void (*umount_begin) (struct super_block *); member in struct:super_operations

Completed in 261 milliseconds