Searched refs:TLV_PUT_BTRFS_TIMESPEC (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | send.c | 652 #define TLV_PUT_BTRFS_TIMESPEC(sctx, attrtype, eb, ts) \ macro 2585 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_ATIME, eb, &ii->atime); in send_utimes() 2586 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_MTIME, eb, &ii->mtime); in send_utimes() 2587 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_CTIME, eb, &ii->ctime); in send_utimes()
|