NetBSD/sys/fs
dholland 8f6ed30d57 Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.
2010-11-19 06:44:33 +00:00
..
adosfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
cd9660 Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
efs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
filecorefs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
hfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
msdosfs Return EINVAL for rename and delete operations to the 2010-07-30 16:40:43 +00:00
nilfs Remove extra char - not sure where that came from (duplicated vi command?) 2010-08-11 13:26:25 +00:00
ntfs It makes no sense to call vget() with LK_RETRY. 2010-07-25 09:54:37 +00:00
ptyfs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
puffs Apply patch from PR kern/44093 by yamt: 2010-11-15 20:31:41 +00:00
smbfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
sysvbfs Make sysvbfs rename work for filenames longer than {NAME_MAX}. 2010-07-26 13:43:26 +00:00
tmpfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
udf Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
union Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
unionfs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
Makefile Install ptyfs userspace header into user's space. 2010-06-14 14:40:47 +00:00
unicode.h