Searched refs:nmap (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_attr_inactive.c | 41 int nmap; in xfs_attr3_rmt_stale() local 52 nmap = 1; in xfs_attr3_rmt_stale() 54 &map, &nmap, XFS_BMAPI_ATTRFORK); in xfs_attr3_rmt_stale() 57 if (XFS_IS_CORRUPT(dp->i_mount, nmap != 1)) in xfs_attr3_rmt_stale()
|
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap.c | 166 int nmap = 1; in xchk_rtbitmap_check_extents() local 173 error = xfs_bmapi_read(ip, off, endoff - off, &map, &nmap, in xchk_rtbitmap_check_extents() 178 if (nmap != 1 || !xfs_bmap_is_written_extent(&map)) { in xchk_rtbitmap_check_extents()
|
| H A D | rtsummary.c | 252 int nmap = 1; in xchk_rtsum_compare() local 260 error = xfs_bmapi_read(ip, off, endoff - off, &map, &nmap, in xchk_rtsum_compare() 265 if (nmap != 1 || !xfs_bmap_is_written_extent(&map)) { in xchk_rtsum_compare()
|
| H A D | attr_repair.c | 890 int nmap; in xrep_xattr_recover() local 901 nmap = 1; in xrep_xattr_recover() 903 &got, &nmap, XFS_BMAPI_ATTRFORK); in xrep_xattr_recover() 906 if (nmap != 1) in xrep_xattr_recover()
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 44 $(eval $(call tar_download,NMAP,nmap,7.92,.tgz,https://nmap.org/dist/,064183ea642dc4c12b1ab3b5358ce1cef7d2e7e11ffa2849f16d339f5b717117)) 442 cd $(NMAP_PATH) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --enable-static --disable-shared --without-ndiff --without-zenmap --without-nping --with-libpcap=included --with-libpcre=included --with-libdnet=included --without-liblua --with-liblinear=included --without-nmap-update --without-openssl --with-pcap=linux --without-libssh
|