Searched refs:pc_mask (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | pathconf.h | 74 short pc_mask[_PC_N]; /* see below */ member 94 int16_t pc_mask[_PC_N]; /* see below */ member
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | mount.h | 69 short pc_mask[_PC_N]; /* see below */ member
|
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 811 _PC_SET(_PC_ERROR, p.pc_mask); in mnt_pathconf() 821 _PC_SET(_PC_ERROR, p.pc_mask); in mnt_pathconf() 828 _PC_SET(_PC_MAX_CANON, p.pc_mask); in mnt_pathconf() 829 _PC_SET(_PC_MAX_INPUT, p.pc_mask); in mnt_pathconf() 830 _PC_SET(_PC_PIPE_BUF, p.pc_mask); in mnt_pathconf() 831 _PC_SET(_PC_VDISABLE, p.pc_mask); in mnt_pathconf() 836 _PC_SET(_PC_LINK_MAX, p.pc_mask); in mnt_pathconf() 839 _PC_SET(_PC_NAME_MAX, p.pc_mask); in mnt_pathconf() 842 _PC_SET(_PC_PATH_MAX, p.pc_mask); in mnt_pathconf() 844 _PC_SET(_PC_NO_TRUNC, p.pc_mask); in mnt_pathconf() [all …]
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | mount.x | 188 short pc_mask[2]; /* validity and boolean bits */ member
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 1058 if (_PC_ISSET(_PC_ERROR, STRUCT_FGET(pc_tmp, pc_mask))) in pathconf_copyin() 1070 pc->pc_mask[i] = STRUCT_FGET(pc_tmp, pc_mask[i]); in pathconf_copyin() 1087 if (_PC_ISSET(_PC_ERROR, pc->pc_mask)) in pathconf_get()
|
H A D | nfs_vnops.c | 4842 error = _PC_ISSET(cmd, pc->pc_mask); /* error or bool */ in nfs_pathconf()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 2222 if (_PC_ISSET(_PC_ERROR, p.pc_mask)) { in get_fh()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 2532 if (_PC_ISSET(_PC_ERROR, p->pc_mask)) { in get_pathconf()
|