Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dsend.c646 #define TLV_PUT_PATH(sctx, attrtype, p) \ macro
734 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, from); in send_rename()
735 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_TO, to); in send_rename()
759 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_link()
760 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_LINK, lnk); in send_link()
783 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_unlink()
806 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_rmdir()
2453 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_truncate()
2483 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_chmod()
2514 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_chown()
[all …]