Searched refs:delalloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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() 1226 int delalloc, unwritten; in xfs_vm_releasepage() local 1230 xfs_count_page_state(page, &delalloc, &unwritten); in xfs_vm_releasepage() 1232 if (WARN_ON_ONCE(delalloc)) in xfs_vm_releasepage()
|
D | xfs_trace.h | 1187 __field(int, delalloc) 1191 int delalloc = -1, unwritten = -1; 1194 xfs_count_page_state(page, &delalloc, &unwritten); 1201 __entry->delalloc = delalloc; 1212 __entry->delalloc,
|
/linux-4.4.14/fs/btrfs/ |
D | extent-tree.c | 108 int delalloc); 6143 u64 num_bytes, int reserve, int delalloc) in btrfs_update_reserved_bytes() argument 6163 if (delalloc) in btrfs_update_reserved_bytes() 6172 if (delalloc) in btrfs_update_reserved_bytes() 6944 int delalloc) in btrfs_lock_block_group() argument 6946 if (delalloc) in btrfs_lock_block_group() 6952 int delalloc) in btrfs_grab_block_group() argument 6955 if (delalloc) in btrfs_grab_block_group() 6962 int delalloc) in btrfs_lock_cluster() argument 6985 if (!delalloc) in btrfs_lock_cluster() [all …]
|
D | ctree.h | 3442 struct btrfs_key *ins, int is_data, int delalloc); 3457 int delalloc);
|
/linux-4.4.14/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
|