Searched refs:_PC_ISSET (Results 1 – 6 of 6) sorted by relevance
58 #define _PC_ISSET(n, a) (a[(n) / _BITS] & (1 << ((n) % _BITS))) macro
53 #define _PC_ISSET(n, a) (a[(n) / _BITS] & (1 << ((n) % _BITS))) macro
1058 if (_PC_ISSET(_PC_ERROR, STRUCT_FGET(pc_tmp, pc_mask))) in pathconf_copyin()1087 if (_PC_ISSET(_PC_ERROR, pc->pc_mask)) in pathconf_get()
4842 error = _PC_ISSET(cmd, pc->pc_mask); /* error or bool */ in nfs_pathconf()
2222 if (_PC_ISSET(_PC_ERROR, p.pc_mask)) { in get_fh()
2532 if (_PC_ISSET(_PC_ERROR, p->pc_mask)) { in get_pathconf()