Searched refs:vfs_getattr (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dstat.c40 int vfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) function
56 EXPORT_SYMBOL(vfs_getattr); variable
64 error = vfs_getattr(f->f_path.mnt, f->f_path.dentry, stat);
88 error = vfs_getattr(path.mnt, path.dentry, stat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Ddevtmpfs.c309 err = vfs_getattr(nd.path.mnt, dentry, &stat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsproc.c29 return nfserrno(vfs_getattr(resp->fh.fh_export->ex_path.mnt,
37 return nfserrno(vfs_getattr(resp->fh.fh_export->ex_path.mnt,
153 return nfserrno(vfs_getattr(resp->fh.fh_export->ex_path.mnt,
H A Dnfsxdr.c198 vfs_getattr(fhp->fh_export->ex_path.mnt, fhp->fh_dentry, &stat);
H A Dnfs3xdr.c208 err = vfs_getattr(fhp->fh_export->ex_path.mnt, dentry, &stat);
260 err = vfs_getattr(fhp->fh_export->ex_path.mnt, fhp->fh_dentry,
H A Dnfs3proc.c58 err = vfs_getattr(resp->fh.fh_export->ex_path.mnt,
H A Dnfs4xdr.c1753 err = vfs_getattr(exp->ex_path.mnt, dentry, &stat);
2123 err = vfs_getattr(path.mnt, path.dentry, &stat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dinode.c1088 rc = vfs_getattr(ecryptfs_dentry_to_lower_mnt(dentry),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dloop.c1051 error = vfs_getattr(file->f_path.mnt, file->f_path.dentry, &stat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h2301 extern int vfs_getattr(struct vfsmount *, struct dentry *, struct kstat *);

Completed in 247 milliseconds