Home
last modified time | relevance | path

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

/fs/btrfs/
A Dlocking.h106 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \
107 rwsem_release(&owner->lock##_map, _THIS_IP_); \
122 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_)
129 rwsem_release(&owner->lock##_map, _THIS_IP_)
161 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \
/fs/bcachefs/
A Dutil.h744 #define set_flags(_map, _in, _out) \ argument
748 for (_i = 0; _i < ARRAY_SIZE(_map); _i++) \
750 (_out) |= _map[_i]; \
752 (_out) &= ~_map[_i]; \
755 #define map_flags(_map, _in) \ argument
759 set_flags(_map, _in, _out); \
763 #define map_flags_rev(_map, _in) \ argument
768 if ((_in) & _map[_i]) { \
770 (_in) &= ~_map[_i]; \
775 #define map_defined(_map) \ argument
[all …]
/fs/adfs/
A Dmap.c54 #define GET_FRAG_ID(_map,_start,_idmask) \ argument
56 unsigned char *_m = _map + (_start >> 3); \

Completed in 9 milliseconds