• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/

Lines Matching refs:bmval0

1690 static __be32 fattr_handle_absent_fs(u32 *bmval0, u32 *bmval1, u32 *rdattr_err)
1693 if (*bmval0 & ~WORD0_ABSENT_FS_ATTRS ||
1695 if (*bmval0 & FATTR4_WORD0_RDATTR_ERROR ||
1696 *bmval0 & FATTR4_WORD0_FS_LOCATIONS)
1701 *bmval0 &= WORD0_ABSENT_FS_ATTRS;
1718 u32 bmval0 = bmval[0];
1742 BUG_ON(bmval0 & ~nfsd_suppattrs0(minorversion));
1748 status = fattr_handle_absent_fs(&bmval0, &bmval1, &rdattr_err);
1756 if ((bmval0 & (FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL |
1764 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) {
1771 if (bmval0 & (FATTR4_WORD0_ACL | FATTR4_WORD0_ACLSUPPORT
1775 if (bmval0 & FATTR4_WORD0_ACL) {
1777 bmval0 &= ~FATTR4_WORD0_ACL;
1790 WRITE32(bmval0);
1795 WRITE32(bmval0);
1799 WRITE32(bmval0);
1803 if (bmval0 & FATTR4_WORD0_SUPPORTED_ATTRS) {
1823 if (bmval0 & FATTR4_WORD0_TYPE) {
1831 if (bmval0 & FATTR4_WORD0_FH_EXPIRE_TYPE) {
1839 if (bmval0 & FATTR4_WORD0_CHANGE) {
1844 if (bmval0 & FATTR4_WORD0_SIZE) {
1849 if (bmval0 & FATTR4_WORD0_LINK_SUPPORT) {
1854 if (bmval0 & FATTR4_WORD0_SYMLINK_SUPPORT) {
1859 if (bmval0 & FATTR4_WORD0_NAMED_ATTR) {
1864 if (bmval0 & FATTR4_WORD0_FSID) {
1886 if (bmval0 & FATTR4_WORD0_UNIQUE_HANDLES) {
1891 if (bmval0 & FATTR4_WORD0_LEASE_TIME) {
1896 if (bmval0 & FATTR4_WORD0_RDATTR_ERROR) {
1901 if (bmval0 & FATTR4_WORD0_ACL) {
1931 if (bmval0 & FATTR4_WORD0_ACLSUPPORT) {
1937 if (bmval0 & FATTR4_WORD0_CANSETTIME) {
1942 if (bmval0 & FATTR4_WORD0_CASE_INSENSITIVE) {
1947 if (bmval0 & FATTR4_WORD0_CASE_PRESERVING) {
1952 if (bmval0 & FATTR4_WORD0_CHOWN_RESTRICTED) {
1957 if (bmval0 & FATTR4_WORD0_FILEHANDLE) {
1964 if (bmval0 & FATTR4_WORD0_FILEID) {
1969 if (bmval0 & FATTR4_WORD0_FILES_AVAIL) {
1974 if (bmval0 & FATTR4_WORD0_FILES_FREE) {
1979 if (bmval0 & FATTR4_WORD0_FILES_TOTAL) {
1984 if (bmval0 & FATTR4_WORD0_FS_LOCATIONS) {
1991 if (bmval0 & FATTR4_WORD0_HOMOGENEOUS) {
1996 if (bmval0 & FATTR4_WORD0_MAXFILESIZE) {
2001 if (bmval0 & FATTR4_WORD0_MAXLINK) {
2006 if (bmval0 & FATTR4_WORD0_MAXNAME) {
2011 if (bmval0 & FATTR4_WORD0_MAXREAD) {
2016 if (bmval0 & FATTR4_WORD0_MAXWRITE) {
2237 *p++ = htonl(FATTR4_WORD0_RDATTR_ERROR); /* bmval0 */