/fs/btrfs/ |
D | block-rsv.c | 121 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()
|
D | block-rsv.h | 28 bool full; member 101 return data_race(rsv->full); in btrfs_block_rsv_full()
|
D | space-info.c | 182 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()
|
D | zoned.c | 83 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()
|
D | space-info.h | 43 unsigned int full:1; /* indicates that we cannot allocate any more member
|
D | delayed-ref.c | 135 delayed_rsv->full = false; in btrfs_update_delayed_refs_rsv() 171 delayed_refs_rsv->full = true; in btrfs_migrate_to_delayed_refs_rsv()
|
D | block-group.c | 3853 if (space_info->full) { in btrfs_chunk_alloc() 3927 space_info->full = 1; in btrfs_chunk_alloc()
|
D | super.c | 2426 if (!mixed && block_rsv->space_info->full && in btrfs_statfs()
|
D | extent-tree.c | 2741 if (!global_rsv->full) { in unpin_extent_range() 2749 global_rsv->full = 1; in unpin_extent_range()
|
/fs/overlayfs/ |
D | Kconfig | 77 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/ |
D | Kconfig | 8 floppy disks and hard drive partitions with full read-write access.
|
/fs/hfsplus/ |
D | Kconfig | 9 Macintosh-formatted hard drive partitions with full read-write access.
|
/fs/ntfs3/ |
D | Kconfig | 8 Y or M enables the NTFS3 driver with full features enabled (read,
|
/fs/unicode/ |
D | README.utf8data | 4 The full set of files can be found here:
|
/fs/ntfs/ |
D | Kconfig | 49 When reporting bugs, please try to have available a full dump of
|
/fs/ocfs2/ |
D | journal.h | 176 int full);
|
D | journal.c | 1135 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/ |
D | vfs.c | 1867 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/ |
D | fast_commit.c | 1288 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/ |
D | Kconfig | 29 If reporting bugs, please try to have available a full dump of the
|
/fs/squashfs/ |
D | Kconfig | 13 and files (larger than 4GB), full uid/gid information, hard links and
|
/fs/ |
D | Kconfig | 220 option makes tmpfs use the full width of ino_t by default, without
|
/fs/f2fs/ |
D | file.c | 1261 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/ |
D | ChangeLog | 340 half full, due to improper understanding of the statfs fields.
|