Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_alloc.h118 xfs_alloctype_t otype; /* original allocation type */ member
Dxfs_trace.h1338 __field(short, otype)
1359 __entry->otype = args->otype;
1383 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),
Dxfs_alloc.c2226 type = args->otype = args->type; in __xfs_alloc_vextent()