Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_vnops.c121 static vop_pathconf_t ext2_pathconf; variable
159 .vop_pathconf = ext2_pathconf,
194 .vop_pathconf = ext2_pathconf,
1659 ext2_pathconf(struct vop_pathconf_args *ap) in ext2_pathconf() function