Home
last modified time | relevance | path

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

/fs/btrfs/
Dblock-rsv.c120 block_rsv->full = 1; in block_rsv_release_bytes()
138 if (!dest->full) { in block_rsv_release_bytes()
145 dest->full = 1; in block_rsv_release_bytes()
289 else if (block_rsv != global_rsv && !delayed_rsv->full) in btrfs_block_rsv_release()
307 block_rsv->full = 0; in btrfs_block_rsv_use_bytes()
322 block_rsv->full = 1; in btrfs_block_rsv_add_bytes()
344 global_rsv->full = 0; in btrfs_cond_migrate_bytes()
406 block_rsv->full = 1; in btrfs_update_global_block_rsv()
408 block_rsv->full = 0; in btrfs_update_global_block_rsv()
Dspace-info.c179 found->full = 0; in btrfs_clear_space_info_full()
277 found->full = 0; in btrfs_update_space_info()
424 info->full ? "" : "not "); in __btrfs_dump_space_info()
840 global_rsv->full = 0; in steal_from_global_rsv()
1072 while (!space_info->full) { in btrfs_async_reclaim_data_space()
1102 if (space_info->full) { in btrfs_async_reclaim_data_space()
1172 while (!space_info->full) { in priority_reclaim_data_space()
Dblock-rsv.h28 unsigned short full; member
Dspace-info.h25 unsigned int full:1; /* indicates that we cannot allocate any more member
Ddelayed-ref.c111 delayed_rsv->full = 0; in btrfs_update_delayed_refs_rsv()
153 delayed_refs_rsv->full = 1; in btrfs_migrate_to_delayed_refs_rsv()
Dtransaction.c612 delayed_refs_rsv->full == 0) { in start_transaction()
637 !delayed_refs_rsv->full) { in start_transaction()
Dblock-group.c3127 if (space_info->full) { in btrfs_chunk_alloc()
3194 space_info->full = 1; in btrfs_chunk_alloc()
Dsuper.c2269 if (!mixed && block_rsv->space_info->full && in btrfs_statfs()
Dextent-tree.c2798 if (!global_rsv->full) { in unpin_extent_range()
2805 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/jffs2/
DTODO29 the full dirent, we only need to go to the flash in lookup() when we think we've
DKconfig29 If reporting bugs, please try to have available a full dump of the
/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.h177 int full);
Djournal.c1108 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe() argument
1114 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
/fs/nfsd/
Dvfs.c1937 int full; member
1951 buf->full = 1; in nfsd_buffered_filldir()
1987 buf.full = 0; in nfsd_buffered_readdir()
1990 if (buf.full) in nfsd_buffered_readdir()
/fs/ext4/
Dfast_commit.c1193 static void ext4_fc_cleanup(journal_t *journal, int full) in ext4_fc_cleanup() argument
1201 if (full && sbi->s_fc_bh) in ext4_fc_cleanup()
1244 if (full) in ext4_fc_cleanup()
/fs/squashfs/
DKconfig13 and files (larger than 4GB), full uid/gid information, hard links and
/fs/
DKconfig213 option makes tmpfs use the full width of ino_t by default, without
/fs/f2fs/
Dfile.c1192 pgoff_t src, pgoff_t dst, pgoff_t len, bool full) in __clone_blkaddrs() argument
1199 if (blkaddr[i] == NULL_ADDR && !full) { in __clone_blkaddrs()
1276 pgoff_t len, bool full) in __exchange_data_block() argument
1306 do_replace, src, dst, olen, full); in __exchange_data_block()
/fs/befs/
DChangeLog340 half full, due to improper understanding of the statfs fields.