Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dsend.c644 #define TLV_PUT_PATH(sctx, attrtype, p) \ macro
732 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, from); in send_rename()
733 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_TO, to); in send_rename()
757 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_link()
758 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH_LINK, lnk); in send_link()
781 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, path); in send_unlink()
804 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 …]