Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 7 of 7) sorted by relevance

/fs/btrfs/tests/
Dfree-space-tree-tests.c154 u32 alignment) in test_empty_block_group()
168 u32 alignment) in test_remove_all()
189 u32 alignment) in test_remove_beginning()
212 u32 alignment) in test_remove_end()
235 u32 alignment) in test_remove_middle()
259 u32 alignment) in test_merge_left()
296 u32 alignment) in test_merge_right()
334 u32 alignment) in test_merge_both()
377 u32 alignment) in test_merge_none()
425 u32 nodesize, u32 alignment) in run_test()
[all …]
/fs/xfs/libxfs/
Dxfs_alloc.h48 xfs_extlen_t alignment; /* align answer to multiple of this */ member
Dxfs_alloc.c371 xfs_extlen_t alignment, /* target alignment */ in xfs_alloc_compute_diff()
/fs/incfs/
Dformat.c256 size_t alignment = 0; in incfs_write_signature_to_backing_file() local
/fs/
Dbinfmt_elf.c476 unsigned long alignment = 0; in maximum_alignment() local
1031 unsigned long alignment; in load_elf_binary() local
/fs/nfs/blocklayout/
Dblocklayout.c823 struct nfs_page *req, unsigned int alignment, bool is_write) in is_aligned_req()
/fs/btrfs/
Dtree-checker.c109 #define CHECK_FE_ALIGNED(leaf, slot, fi, name, alignment) \ argument