Searched refs:TLV_PUT_BTRFS_TIMESPEC (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | send.c | 696 #define TLV_PUT_BTRFS_TIMESPEC(sctx, attrtype, eb, ts) \ macro 2637 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_ATIME, eb, &ii->atime); in send_utimes() 2638 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_MTIME, eb, &ii->mtime); in send_utimes() 2639 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_CTIME, eb, &ii->ctime); in send_utimes() 2641 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime); in send_utimes()
|