Home
last modified time | relevance | path

Searched refs:FATTR4_SIZE (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestInterpreter.cpp53 if ((bitmap & (1 << FATTR4_SIZE)) != 0) in GetAttr()
H A DReplyBuilder.cpp77 bitmap |= 1 << FATTR4_SIZE; in GetAttr()
H A DNFS4Defs.h83 FATTR4_SIZE = 4, enumerator
H A DInode.cpp72 Attribute attr[] = { FATTR4_TYPE, FATTR4_CHANGE, FATTR4_SIZE, in CreateInode()
517 if (count < 1 || values[0].fAttribute != FATTR4_SIZE) { in GetStat()
607 attr[i].fAttribute = FATTR4_SIZE; in WriteStat()
H A DReplyInterpreter.cpp713 if (sIsAttrSet(FATTR4_SIZE, bitmap, bcount)) { in _DecodeAttrs()
714 values[current].fAttribute = FATTR4_SIZE; in _DecodeAttrs()
H A DNFS4Inode.cpp298 Attribute attr[] = { FATTR4_SIZE, FATTR4_MODE, FATTR4_NUMLINKS, in GetStat()
471 cattr[i].fAttribute = FATTR4_SIZE; in CreateFile()
H A DRequestBuilder.cpp864 if (i < count && attr[i].fAttribute == FATTR4_SIZE) { in _EncodeAttrs()