Home
last modified time | relevance | path

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

/netbsd-src/sbin/resize_lfs/
H A Dresize_lfs.c155 if (fcntl(rootfd, LFCNINVAL, &i) == 0) in main()
/netbsd-src/sys/ufs/lfs/
H A Dlfs.h1224 #define LFCNINVAL _FCNR_FSPRIV('L', 7, int) macro
H A Dlfs_vnops.c2054 case LFCNINVAL: in lfs_fcntl()
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c969 if ((r = kops.ko_fcntl(fs->clfs_ifilefd, LFCNINVAL, &sn)) < 0) { in invalidate_segment()