Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 27) sorted by relevance

12

/fs/xfs/scrub/
A Drcbag.c79 int has; in rcbag_add() local
87 if (has) { in rcbag_add()
91 if (!has) { in rcbag_add()
108 if (!has) { in rcbag_add()
158 int has; in rcbag_next_edge() local
173 if (!has) in rcbag_next_edge()
179 if (!has) { in rcbag_next_edge()
218 int has; in rcbag_remove_ending_at() local
232 if (!has) in rcbag_remove_ending_at()
275 int has; in rcbag_dump() local
[all …]
A Dscrub.c334 .has = xfs_has_finobt,
342 .has = xfs_has_rmapbt,
349 .has = xfs_has_reflink,
402 .has = xfs_has_nonzoned,
409 .has = xfs_has_nonzoned,
460 .has = xfs_has_parent,
467 .has = xfs_has_metadir,
474 .has = xfs_has_rtsb,
481 .has = xfs_has_rtrmapbt,
488 .has = xfs_has_rtreflink,
[all …]
A Drcbag_btree.c316 int *has) in rcbagbt_get_rec() argument
321 error = xfs_btree_get_rec(cur, &btrec, has); in rcbagbt_get_rec()
322 if (error || !(*has)) in rcbagbt_get_rec()
A Drcbag_btree.h71 int rcbagbt_get_rec(struct xfs_btree_cur *cur, struct rcbag_rec *rec, int *has);
A Dscrub.h99 bool (*has)(const struct xfs_mount *); member
/fs/btrfs/tests/
A Dextent-io-tests.c351 u8 has; in check_eb_bitmap() local
354 read_extent_buffer(eb, &has, i / BITS_PER_BYTE, 1); in check_eb_bitmap()
359 i, i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
366 u8 has; in check_eb_bitmap() local
369 read_extent_buffer(eb, &has, i / BITS_PER_BYTE, 1); in check_eb_bitmap()
375 i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
/fs/overlayfs/
A DKconfig26 an overlay which has redirects on a kernel that doesn't support this
60 That is, mounting an overlay which has an inodes index on a kernel
85 That is, mounting an overlay which has a full index on a kernel
124 mounting an overlay which has metacopy only inodes on a kernel
/fs/jffs2/
A DREADME.Locking29 don't actually get erased until the write-buffer has been flushed to
103 in-core jffs2_inode_cache objects (each inode in JFFS2 has the
105 has to be locked while walking the c->inocache_list hash buckets.
118 c->erase_completion has to be acquired first.
128 discarded or whether it is still required to show that an inode has
A DKconfig176 Tries all compressors and chooses the one which has the smallest
182 Tries all compressors and chooses the one which has the smallest
183 result but gives some preference to LZO (which has faster
/fs/ocfs2/
A DKconfig15 numbers, and has automatically extending metadata groups which may
67 The ocfs2 filesystem has an extensive logging system. The system
/fs/squashfs/
A DKconfig34 data. Traditionally Squashfs has decompressed into an
97 Traditionally Squashfs has used single-threaded decompression.
109 If you have a parallel I/O workload and your system has enough memory,
282 has to re-read fragments less often from disk, at the expense
/fs/hfsplus/
A DKconfig15 data forks and creator codes, but it also has several UNIX
/fs/f2fs/
A DKconfig20 versatile "flash-friendly" features. The design has been focused on
128 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk
/fs/sysfs/
A DKconfig12 kernel, such as the devices the kernel has discovered on each bus and
/fs/coda/
A DKconfig9 disk. Coda has several advantages over NFS: support for
/fs/minix/
A DKconfig10 but has been superseded by the second extended file system ext2fs.
/fs/proc/
A DKconfig20 Before you can use the /proc file system, it has to be mounted,
21 meaning it has to be given a location in the directory hierarchy.
/fs/resctrl/
A DKconfig13 If your system has the necessary support and you want to be able to
/fs/freevxfs/
A DKconfig12 data endianness and/or superblock offset. The vxfs module has been
/fs/fuse/
A DKconfig13 although chances are your distribution already has that library
/fs/btrfs/
A DKconfig71 This has negative impact on performance.
/fs/xfs/libxfs/
A Dxfs_ialloc.c3168 int has; in xfs_ialloc_check_shrink() local
3178 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has); in xfs_ialloc_check_shrink()
3179 if (error || !has) in xfs_ialloc_check_shrink()
3182 error = xfs_inobt_get_rec(cur, &rec, &has); in xfs_ialloc_check_shrink()
3186 if (!has) { in xfs_ialloc_check_shrink()
/fs/befs/
A DChangeLog231 to be about as fast (even though it has to look up each file block
353 typedefs, and they are inlcuded in <linux/fs.h>, which has definitions
/fs/
A DKconfig.binfmt14 and enlarge it by about 13 KB. ELF support under Linux has now all
/fs/nls/
A DKconfig88 more countries here]. It has some characters useful to many European
103 for much of Central and Eastern Europe. It has all the required
420 <http://linux.speech.cymru.org/> has further information.

Completed in 38 milliseconds

12