Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_inode.h612 if (bdev_stable_writes(xfs_inode_buftarg(ip)->bt_bdev)) in xfs_update_stable_writes()
/linux-6.15/block/
H A Dbdev.c498 if (bdev_stable_writes(bdev)) in bdev_add()
/linux-6.15/include/linux/
H A Dblkdev.h1377 static inline bool bdev_stable_writes(struct block_device *bdev) in bdev_stable_writes() function
/linux-6.15/fs/
H A Dsuper.c1586 if (bdev_stable_writes(bdev)) in setup_bdev_super()
/linux-6.15/mm/
H A Dswapfile.c3392 if (si->bdev && bdev_stable_writes(si->bdev)) in SYSCALL_DEFINE2()