Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dsend.c647 #define TLV_PUT_PATH(sctx, attrtype, p) \ macro
735 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, from); in send_rename()
736 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_TO, to); in send_rename()
760 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_link()
761 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_LINK, lnk); in send_link()
784 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_unlink()
807 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_rmdir()
2427 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_truncate()
2457 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_chmod()
2488 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, p); in send_chown()
[all …]