Symbol: sIsAttrSet
src/add-ons/kernel/file_systems/nfs4/FileSystem.h
157
return sIsAttrSet(attr, fSupAttrs, 2);
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
672
if (sIsAttrSet(FATTR4_SUPPORTED_ATTRS, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
684
if (sIsAttrSet(FATTR4_TYPE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
690
if (sIsAttrSet(FATTR4_FH_EXPIRE_TYPE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
696
if (sIsAttrSet(FATTR4_CHANGE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
702
if (sIsAttrSet(FATTR4_SIZE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
708
if (sIsAttrSet(FATTR4_FSID, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
721
if (sIsAttrSet(FATTR4_LEASE_TIME, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
727
if (sIsAttrSet(FATTR4_FILEID, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
733
if (sIsAttrSet(FATTR4_FILES_FREE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
739
if (sIsAttrSet(FATTR4_FILES_TOTAL, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
745
if (sIsAttrSet(FATTR4_FS_LOCATIONS, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
764
if (sIsAttrSet(FATTR4_MAXREAD, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
770
if (sIsAttrSet(FATTR4_MAXWRITE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
776
if (sIsAttrSet(FATTR4_MODE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
782
if (sIsAttrSet(FATTR4_NUMLINKS, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
788
if (sIsAttrSet(FATTR4_OWNER, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
795
if (sIsAttrSet(FATTR4_OWNER_GROUP, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
802
if (sIsAttrSet(FATTR4_SPACE_FREE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
808
if (sIsAttrSet(FATTR4_SPACE_TOTAL, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
814
if (sIsAttrSet(FATTR4_TIME_ACCESS, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
827
if (sIsAttrSet(FATTR4_TIME_CREATE, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
840
if (sIsAttrSet(FATTR4_TIME_METADATA, bitmap, bcount)) {
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
853
if (sIsAttrSet(FATTR4_TIME_MODIFY, bitmap, bcount)) {