Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsend.c629 #define TLV_PUT_PATH(sctx, attrtype, p) \ macro
717 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, from); in send_rename()
718 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_TO, to); in send_rename()
742 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_link()
743 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_LINK, lnk); in send_link()
766 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_unlink()
789 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_rmdir()
2434 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_truncate()
2464 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_chmod()
2495 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_chown()
[all …]