Searched refs:xfs_km_flags_t (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | kmem.h | 30 typedef unsigned __bitwise xfs_km_flags_t; typedef 31 #define KM_SLEEP ((__force xfs_km_flags_t)0x0001u) 32 #define KM_NOSLEEP ((__force xfs_km_flags_t)0x0002u) 33 #define KM_NOFS ((__force xfs_km_flags_t)0x0004u) 34 #define KM_MAYFAIL ((__force xfs_km_flags_t)0x0008u) 35 #define KM_ZERO ((__force xfs_km_flags_t)0x0010u) 43 kmem_flags_convert(xfs_km_flags_t flags) in kmem_flags_convert() 63 extern void *kmem_alloc(size_t, xfs_km_flags_t); 64 extern void *kmem_zalloc_large(size_t size, xfs_km_flags_t); 65 extern void *kmem_realloc(const void *, size_t, size_t, xfs_km_flags_t); [all …]
|
D | kmem.c | 46 kmem_alloc(size_t size, xfs_km_flags_t flags) in kmem_alloc() 66 kmem_zalloc_large(size_t size, xfs_km_flags_t flags) in kmem_zalloc_large() 97 xfs_km_flags_t flags) in kmem_realloc() 112 kmem_zone_alloc(kmem_zone_t *zone, xfs_km_flags_t flags) in kmem_zone_alloc()
|
D | xfs_trans.h | 153 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t);
|
D | xfs_log_priv.h | 443 xfs_km_flags_t alloc_flags);
|
D | xfs_trans.c | 74 xfs_km_flags_t memflags) in _xfs_trans_alloc()
|
D | xfs_log.c | 3658 xfs_km_flags_t alloc_flags) in xlog_ticket_alloc()
|