Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_inode.h574 if (bdev_stable_writes(xfs_inode_buftarg(ip)->bt_bdev)) in xfs_update_stable_writes()
/openbmc/linux/block/
H A Dbdev.c428 if (bdev_stable_writes(bdev)) in bdev_add()
/openbmc/linux/include/linux/
H A Dblkdev.h1254 static inline bool bdev_stable_writes(struct block_device *bdev) in bdev_stable_writes() function
/openbmc/linux/fs/
H A Dsuper.c1533 if (bdev_stable_writes(bdev)) in setup_bdev_super()
/openbmc/linux/drivers/md/
H A Ddm-table.c1941 return bdev_stable_writes(dev->bdev); in device_requires_stable_pages()
/openbmc/linux/mm/
H A Dswapfile.c3082 if (p->bdev && bdev_stable_writes(p->bdev)) in SYSCALL_DEFINE2()