Home
last modified time | relevance | path

Searched refs:pc_name_max (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpathconf.h69 short pc_name_max; /* max file name length (dir entry) */ member
89 int16_t pc_name_max; /* max file name length (dir entry) */ member
/illumos-gate/usr/src/head/rpcsvc/
H A Dmount.x182 short pc_name_max; /* max file name length (dir entry) */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1064 pc->pc_name_max = STRUCT_FGET(pc_tmp, pc_name_max); in pathconf_copyin()
H A Dnfs_vnops.c4848 *valp = pc->pc_name_max; in nfs_pathconf()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c968 p.pc_name_max = pathconf(rpath, _PC_NAME_MAX); in mnt_pathconf()