Searched refs:delalloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 42 int *delalloc, in xfs_count_page_state() argument 47 *delalloc = *unwritten = 0; in xfs_count_page_state() 54 (*delalloc) = 1; in xfs_count_page_state() 1221 int delalloc, unwritten; in xfs_vm_releasepage() local 1225 xfs_count_page_state(page, &delalloc, &unwritten); in xfs_vm_releasepage() 1227 if (WARN_ON_ONCE(delalloc)) in xfs_vm_releasepage()
|
D | xfs_trace.h | 1138 __field(int, delalloc) 1142 int delalloc = -1, unwritten = -1; 1145 xfs_count_page_state(page, &delalloc, &unwritten); 1152 __entry->delalloc = delalloc; 1163 __entry->delalloc,
|
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 110 int delalloc); 5908 u64 num_bytes, int reserve, int delalloc) in btrfs_update_reserved_bytes() argument 5928 if (delalloc) in btrfs_update_reserved_bytes() 5937 if (delalloc) in btrfs_update_reserved_bytes() 6646 int delalloc) in btrfs_lock_block_group() argument 6648 if (delalloc) in btrfs_lock_block_group() 6654 int delalloc) in btrfs_grab_block_group() argument 6657 if (delalloc) in btrfs_grab_block_group() 6664 int delalloc) in btrfs_lock_cluster() argument 6687 if (!delalloc) in btrfs_lock_cluster() [all …]
|
D | ctree.h | 3396 struct btrfs_key *ins, int is_data, int delalloc); 3411 int delalloc);
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext4.txt | 119 The big performance win will come with mballoc, delalloc and flex_bg 266 delalloc (*) Defer block allocation until just before ext4
|