Home
last modified time | relevance | path

Searched refs:bdev_stable_writes (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode.h583 if (bdev_stable_writes(xfs_inode_buftarg(ip)->bt_bdev)) in xfs_update_stable_writes()
/linux/block/
H A Dbdev.c450 if (bdev_stable_writes(bdev)) in bdev_add()
/linux/include/linux/
H A Dblkdev.h1302 static inline bool bdev_stable_writes(struct block_device *bdev) in bdev_stable_writes() function
/linux/fs/
H A Dsuper.c1566 if (bdev_stable_writes(bdev)) in setup_bdev_super()
/linux/drivers/md/
H A Ddm-table.c1957 return bdev_stable_writes(dev->bdev); in device_requires_stable_pages()
/linux/mm/
H A Dswapfile.c3126 if (p->bdev && bdev_stable_writes(p->bdev)) in SYSCALL_DEFINE2()