Searched refs:ST_NOTRUNC (Results 1 – 3 of 3) sorted by relevance
158 #define ST_NOTRUNC 0x04 /* does not truncate long file names */ macro
2282 if (arg & ~(ST_RDONLY|ST_NOSUID|ST_NOTRUNC)) { in svfsflags()2291 if (arg & ST_NOTRUNC) in svfsflags()
4242 stf |= ST_NOTRUNC; in vf_to_stf()