Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c117 static vop_pathconf_t ext2_pathconf; variable
154 .vop_pathconf = ext2_pathconf,
189 .vop_pathconf = ext2_pathconf,
1639 ext2_pathconf(struct vop_pathconf_args *ap) in ext2_pathconf() function