• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/

Lines Matching refs:mnt

177  *	Check permission before obtaining filesystem statistics for the @mnt
205 * Check permission before the device with superblock @mnt->sb is mounted
207 * @mnt contains the vfsmount for device being mounted.
211 * Check permission before the @mnt file system is unmounted.
212 * @mnt contains the mounted file system.
216 * Close any files in the @mnt mounted filesystem that are held open by
219 * @mnt contains the mounted filesystem.
221 * Handle a failed umount of the @mnt mounted filesystem, e.g. re-opening
225 * @mnt contains the mounted filesystem.
229 * @mnt contains the mounted file system.
239 * @mnt contains the mounted filesystem.
364 * @mnt is the vfsmount where the dentry was looked up
1189 int (*sb_check_sb) (struct vfsmount * mnt, struct nameidata * nd);
1190 int (*sb_umount) (struct vfsmount * mnt, int flags);
1191 void (*sb_umount_close) (struct vfsmount * mnt);
1192 void (*sb_umount_busy) (struct vfsmount * mnt);
1193 void (*sb_post_remount) (struct vfsmount * mnt,
1196 void (*sb_post_addmount) (struct vfsmount * mnt,
1224 int (*inode_getattr) (struct vfsmount *mnt, struct dentry *dentry);
1540 static inline int security_sb_check_sb (struct vfsmount *mnt,
1543 return security_ops->sb_check_sb (mnt, nd);
1546 static inline int security_sb_umount (struct vfsmount *mnt, int flags)
1548 return security_ops->sb_umount (mnt, flags);
1551 static inline void security_sb_umount_close (struct vfsmount *mnt)
1553 security_ops->sb_umount_close (mnt);
1556 static inline void security_sb_umount_busy (struct vfsmount *mnt)
1558 security_ops->sb_umount_busy (mnt);
1561 static inline void security_sb_post_remount (struct vfsmount *mnt,
1564 security_ops->sb_post_remount (mnt, flags, data);
1572 static inline void security_sb_post_addmount (struct vfsmount *mnt,
1575 security_ops->sb_post_addmount (mnt, mountpoint_nd);
1716 static inline int security_inode_getattr (struct vfsmount *mnt,
1721 return security_ops->inode_getattr (mnt, dentry);
2284 static inline int security_sb_check_sb (struct vfsmount *mnt,
2290 static inline int security_sb_umount (struct vfsmount *mnt, int flags)
2295 static inline void security_sb_umount_close (struct vfsmount *mnt)
2298 static inline void security_sb_umount_busy (struct vfsmount *mnt)
2301 static inline void security_sb_post_remount (struct vfsmount *mnt,
2308 static inline void security_sb_post_addmount (struct vfsmount *mnt,
2417 static inline int security_inode_getattr (struct vfsmount *mnt,