Home
last modified time | relevance | path

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

/fs/hfs/
DKconfig7 floppy disks and hard drive partitions with full read-write access.
/fs/logfs/
Dreadwrite.c622 block->full = 0; in initialize_block_counters()
631 block->full = I0_BLOCKS; in initialize_block_counters()
639 block->full++; in initialize_block_counters()
694 block->full += !!(ptr & LOGFS_FULLY_POPULATED) in block_set_pointer()
1346 int full, err = 0; in logfs_write_i0() local
1364 full = 1; in logfs_write_i0()
1367 full = logfs_block(page)->full == LOGFS_BLOCK_FACTOR; in logfs_write_i0()
1371 if (wc->ofs && full) in logfs_write_i0()
1410 full1 = block->full == LOGFS_BLOCK_FACTOR; in ptr_change()
Ddir.c300 bool full; in logfs_readdir() local
315 full = !dir_emit(ctx, (char *)dd->name, in logfs_readdir()
320 if (full) in logfs_readdir()
Dgc.c271 u32 full = super->s_segsize - LOGFS_SEGMENT_RESERVE; in __add_candidate() local
287 if (cand->valid < full) in __add_candidate()
Dlogfs.h306 int full; member
/fs/hfsplus/
DKconfig8 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
DKconfig28 If reporting bugs, please try to have available a full dump of the
/fs/btrfs/
Dextent-tree.c776 found->full = 0; in btrfs_clear_space_info_full()
2808 if (global_rsv->space_info->full) { in btrfs_check_space_for_delayed_refs()
3943 found->full = 0; in update_space_info()
3973 found->full = 0; in update_space_info()
4167 if (!data_sinfo->full) { in btrfs_alloc_data_chunk_ondemand()
4499 if (space_info->full) { in do_chunk_alloc()
4567 space_info->full = 1; in do_chunk_alloc()
5301 block_rsv->full = 0; in block_rsv_use_bytes()
5316 block_rsv->full = 1; in block_rsv_add_bytes()
5338 global_rsv->full = 0; in btrfs_cond_migrate_bytes()
[all …]
Dctree.h400 unsigned int full:1; /* indicates that we cannot allocate any more member
456 unsigned short full; member
Dtransaction.c784 if (root->fs_info->global_block_rsv.space_info->full && in should_end_transaction()
/fs/ntfs/
DKconfig48 When reporting bugs, please try to have available a full dump of
/fs/nfsd/
Dvfs.c1823 int full; member
1837 buf->full = 1; in nfsd_buffered_filldir()
1873 buf.full = 0; in nfsd_buffered_readdir()
1876 if (buf.full) in nfsd_buffered_readdir()
/fs/ocfs2/
Djournal.h191 int full);
Djournal.c1110 int ocfs2_journal_wipe(struct ocfs2_journal *journal, int full) in ocfs2_journal_wipe() argument
1116 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
/fs/xfs/
Dxfs_bmap_util.c796 int full = 0; /* user array is full */ in xfs_getbmap() local
799 error = formatter(&arg, &out[i], &full); in xfs_getbmap()
800 if (error || full) in xfs_getbmap()
Dxfs_ioctl.c1541 xfs_getbmap_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmap_format() argument
1585 xfs_getbmapx_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmapx_format() argument
/fs/f2fs/
Dfile.c1029 pgoff_t src, pgoff_t dst, pgoff_t len, bool full) in __clone_blkaddrs() argument
1036 if (blkaddr[i] == NULL_ADDR && !full) { in __clone_blkaddrs()
1107 pgoff_t len, bool full) in __exchange_data_block() argument
1135 do_replace, src, dst, olen, full); in __exchange_data_block()
/fs/squashfs/
DKconfig12 and files (larger than 4GB), full uid/gid information, hard links and
/fs/befs/
DChangeLog340 half full, due to improper understanding of the statfs fields.