Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/filesystems/
DLocking100 void (*umount_begin) (struct super_block *);
115 umount_begin: yes no maybe (see below)
/linux-2.4.37.9/fs/
Dnamespace.c305 if( (flags&MNT_FORCE) && sb->s_op->umount_begin) in do_umount()
306 sb->s_op->umount_begin(sb); in do_umount()
/linux-2.4.37.9/fs/nfs/
Dinode.c64 umount_begin: nfs_umount_begin,
/linux-2.4.37.9/include/linux/
Dfs.h939 void (*umount_begin) (struct super_block *); member