tok 130 xfs/xfs_message.h #define NNPFS_TOKEN_GOT(xn, tok) ((xn)->tokens & (tok)) /* deprecated */ tok 131 xfs/xfs_message.h #define NNPFS_TOKEN_GOT_ANY(xn, tok) ((xn)->tokens & (tok)) /* at least one must match */ tok 132 xfs/xfs_message.h #define NNPFS_TOKEN_GOT_ALL(xn, tok) (((xn)->tokens & (tok)) == (tok)) /* all tokens must match */ tok 133 xfs/xfs_message.h #define NNPFS_TOKEN_SET(xn, tok, mask) ((xn)->tokens |= ((tok) & (mask))) tok 134 xfs/xfs_message.h #define NNPFS_TOKEN_CLEAR(xn, tok, mask) ((xn)->tokens &= ~((tok) & (mask))) tok 72 xfs/xfs_vnodeops-common.c u_int tok) tok 83 xfs/xfs_vnodeops-common.c if (!NNPFS_TOKEN_GOT(xn, tok)) { tok 90 xfs/xfs_vnodeops-common.c msg.tokens = tok; tok 109 xfs/xfs_vnodeops-common.c u_int tok) tok 117 xfs/xfs_vnodeops-common.c if (!NNPFS_TOKEN_GOT(xn, tok) || !xfs_has_pag(xn, pag)) { tok 138 xfs/xfs_vnodeops-common.c u_int tok, uint32_t want_offset) tok 148 xfs/xfs_vnodeops-common.c if (NNPFS_TOKEN_GOT(xn, tok|NNPFS_ATTR_R) && offset > xn->attr.va_size) { tok 155 xfs/xfs_vnodeops-common.c (long) tok, (long) xn->tokens, tok 158 xfs/xfs_vnodeops-common.c if (NNPFS_TOKEN_GOT(xn, tok)) { tok 168 xfs/xfs_vnodeops-common.c msg.tokens = tok; tok 87 xfs/xfs_vnodeops.h u_int tok); tok 91 xfs/xfs_vnodeops.h u_int tok); tok 98 xfs/xfs_vnodeops.h u_int tok, uint32_t offset);