/fs/hfs/ |
D | Kconfig | 7 floppy disks and hard drive partitions with full read-write access.
|
/fs/logfs/ |
D | readwrite.c | 622 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()
|
D | dir.c | 300 bool full; in logfs_readdir() local 315 full = !dir_emit(ctx, (char *)dd->name, in logfs_readdir() 320 if (full) in logfs_readdir()
|
D | gc.c | 271 u32 full = super->s_segsize - LOGFS_SEGMENT_RESERVE; in __add_candidate() local 287 if (cand->valid < full) in __add_candidate()
|
D | logfs.h | 306 int full; member
|
/fs/hfsplus/ |
D | Kconfig | 8 Macintosh-formatted hard drive partitions with full read-write access.
|
/fs/jffs2/ |
D | TODO | 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
D | Kconfig | 28 If reporting bugs, please try to have available a full dump of the
|
/fs/btrfs/ |
D | extent-tree.c | 776 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 …]
|
D | ctree.h | 400 unsigned int full:1; /* indicates that we cannot allocate any more member 456 unsigned short full; member
|
D | transaction.c | 784 if (root->fs_info->global_block_rsv.space_info->full && in should_end_transaction()
|
/fs/ntfs/ |
D | Kconfig | 48 When reporting bugs, please try to have available a full dump of
|
/fs/nfsd/ |
D | vfs.c | 1823 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/ |
D | journal.h | 191 int full);
|
D | journal.c | 1110 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/ |
D | xfs_bmap_util.c | 796 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()
|
D | xfs_ioctl.c | 1541 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/ |
D | file.c | 1029 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/ |
D | Kconfig | 12 and files (larger than 4GB), full uid/gid information, hard links and
|
/fs/befs/ |
D | ChangeLog | 340 half full, due to improper understanding of the statfs fields.
|