Searched defs:b_state (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
H A D | page.c | 43 __nilfs_get_page_block(struct page *page, unsigned long block, pgoff_t index, int blkbits, unsigned long b_state) __nilfs_get_page_block() argument 61 nilfs_grab_buffer(struct inode *inode, struct address_space *mapping, unsigned long blkoff, unsigned long b_state) nilfs_grab_buffer() argument
|
H A D | bmap.h | 123 int b_state; member in struct:nilfs_bmap
|
/linux-4.1.27/fs/gfs2/ |
H A D | glops.c | 59 const unsigned long b_state = (1UL << BH_Dirty)|(1UL << BH_Pinned)|(1UL << BH_Lock); __gfs2_ail_flush() local
|
/linux-4.1.27/include/linux/ |
H A D | buffer_head.h | 63 unsigned long b_state; /* buffer state bitmap (see above) */ member in struct:buffer_head
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 166 u8 b_state, b_rate; qlcnic_82xx_store_beacon() local
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_buf.h | 160 unsigned int b_state; /* internal state flags */ member in struct:xfs_buf
|
/linux-4.1.27/fs/ |
H A D | buffer.c | 1477 unsigned long b_state, b_state_old; discard_buffer() local 1639 static struct buffer_head *create_page_buffers(struct page *page, struct inode *inode, unsigned int b_state) create_page_buffers() argument 1564 create_empty_buffers(struct page *page, unsigned long blocksize, unsigned long b_state) create_empty_buffers() argument
|
Completed in 3350 milliseconds