Home
last modified time | relevance | path

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

/fs/btrfs/
Dblock-rsv.c121 block_rsv->full = true; in block_rsv_release_bytes()
139 if (!dest->full) { in block_rsv_release_bytes()
146 dest->full = true; in block_rsv_release_bytes()
308 block_rsv->full = false; in btrfs_block_rsv_use_bytes()
323 block_rsv->full = true; in btrfs_block_rsv_add_bytes()
345 global_rsv->full = false; in btrfs_cond_migrate_bytes()
417 block_rsv->full = (block_rsv->reserved == block_rsv->size); in btrfs_update_global_block_rsv()
Dblock-rsv.h28 bool full; member
101 return data_race(rsv->full); in btrfs_block_rsv_full()
Dspace-info.c182 found->full = 0; in btrfs_clear_space_info_full()
316 found->full = 0; in btrfs_add_bg_to_space_info()
511 info->full ? "" : "not "); in __btrfs_dump_space_info()
985 global_rsv->full = 0; in steal_from_global_rsv()
1295 while (!space_info->full) { in btrfs_async_reclaim_data_space()
1329 if (space_info->full) { in btrfs_async_reclaim_data_space()
1440 while (!space_info->full) { in priority_reclaim_data_space()
Dzoned.c83 bool full[BTRFS_NR_SB_LOG_ZONES]; in sb_write_pointer() local
90 full[i] = sb_zone_is_full(&zones[i]); in sb_write_pointer()
114 } else if (full[0] && full[1]) { in sb_write_pointer()
144 } else if (!full[0] && (empty[1] || full[1])) { in sb_write_pointer()
146 } else if (full[0]) { in sb_write_pointer()
Dspace-info.h43 unsigned int full:1; /* indicates that we cannot allocate any more member
Ddelayed-ref.c135 delayed_rsv->full = false; in btrfs_update_delayed_refs_rsv()
171 delayed_refs_rsv->full = true; in btrfs_migrate_to_delayed_refs_rsv()
Dblock-group.c3853 if (space_info->full) { in btrfs_chunk_alloc()
3927 space_info->full = 1; in btrfs_chunk_alloc()
Dsuper.c2426 if (!mixed && block_rsv->space_info->full && in btrfs_statfs()
Dextent-tree.c2741 if (!global_rsv->full) { in unpin_extent_range()
2749 global_rsv->full = 1; in unpin_extent_range()
/fs/overlayfs/
DKconfig77 directory. This full index is used to detect overlay filesystems
79 the same lower dir. The full index may incur some overhead on mount
84 That is, mounting an overlay which has a full index on a kernel
/fs/hfs/
DKconfig8 floppy disks and hard drive partitions with full read-write access.
/fs/hfsplus/
DKconfig9 Macintosh-formatted hard drive partitions with full read-write access.
/fs/ntfs3/
DKconfig8 Y or M enables the NTFS3 driver with full features enabled (read,
/fs/unicode/
DREADME.utf8data4 The full set of files can be found here:
/fs/ntfs/
DKconfig49 When reporting bugs, please try to have available a full dump of
/fs/ocfs2/
Djournal.h176 int full);
Djournal.c1135 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe() argument
1141 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
/fs/nfsd/
Dvfs.c1867 int full; member
1881 buf->full = 1; in nfsd_buffered_filldir()
1918 buf.full = 0; in nfsd_buffered_readdir()
1921 if (buf.full) in nfsd_buffered_readdir()
/fs/ext4/
Dfast_commit.c1288 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup() argument
1295 if (full && sbi->s_fc_bh) in ext4_fc_cleanup()
1298 trace_ext4_fc_cleanup(journal, full, tid); in ext4_fc_cleanup()
1343 if (full) in ext4_fc_cleanup()
/fs/jffs2/
DKconfig29 If reporting bugs, please try to have available a full dump of the
/fs/squashfs/
DKconfig13 and files (larger than 4GB), full uid/gid information, hard links and
/fs/
DKconfig220 option makes tmpfs use the full width of ino_t by default, without
/fs/f2fs/
Dfile.c1261 pgoff_t src, pgoff_t dst, pgoff_t len, bool full) in __clone_blkaddrs() argument
1268 if (blkaddr[i] == NULL_ADDR && !full) { in __clone_blkaddrs()
1346 pgoff_t len, bool full) in __exchange_data_block() argument
1376 do_replace, src, dst, olen, full); in __exchange_data_block()
/fs/befs/
DChangeLog340 half full, due to improper understanding of the statfs fields.