Searched refs:ceph_do_getattr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dioctl.c21 err = ceph_do_getattr(file->f_dentry->d_inode, CEPH_STAT_CAP_LAYOUT);
H A Dfile.c782 int statret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE);
893 ret = ceph_do_getattr(inode, CEPH_STAT_CAP_SIZE);
H A Dxattr.c519 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR);
579 err = ceph_do_getattr(inode, CEPH_STAT_CAP_XATTR);
H A Dinode.c1695 int ceph_do_getattr(struct inode *inode, int mask) function
1730 int err = ceph_do_getattr(inode, CEPH_CAP_AUTH_SHARED);
1748 err = ceph_do_getattr(inode, CEPH_STAT_CAP_INODE_ALL);
H A Dsuper.h783 extern int ceph_do_getattr(struct inode *inode, int mask);

Completed in 74 milliseconds