Searched defs:address_space (Results 1 – 2 of 2) sorted by relevance
450 struct address_space { struct462 const struct address_space_operations *a_ops; /* methods */ argument464 spinlock_t private_lock; /* for use by the address_space */ argument465 gfp_t gfp_mask; /* implicit gfp mask for allocations */466 struct list_head private_list; /* ditto */467 void *private_data; /* ditto */
38 int address_space; member