Lines Matching defs:sdp
305 #define sd_v1_mode(sdp) ((sdp)->sd_mode) argument
306 #define sd_v1_nlink(sdp) (__le16_to_cpu((sdp)->sd_nlink)) argument
307 #define sd_v1_uid(sdp) (__le16_to_cpu((sdp)->sd_uid)) argument
308 #define sd_v1_gid(sdp) (__le16_to_cpu((sdp)->sd_gid)) argument
309 #define sd_v1_size(sdp) (__le32_to_cpu((sdp)->sd_size)) argument
310 #define sd_v1_mtime(sdp) (__le32_to_cpu((sdp)->sd_mtime)) argument
341 #define sd_v2_mode(sdp) (__le16_to_cpu((sdp)->sd_mode)) argument
342 #define sd_v2_nlink(sdp) (__le32_to_cpu((sdp)->sd_nlink)) argument
343 #define sd_v2_size(sdp) (__le64_to_cpu((sdp)->sd_size)) argument
344 #define sd_v2_uid(sdp) (__le32_to_cpu((sdp)->sd_uid)) argument
345 #define sd_v2_gid(sdp) (__le32_to_cpu((sdp)->sd_gid)) argument
346 #define sd_v2_mtime(sdp) (__le32_to_cpu((sdp)->sd_mtime)) argument
348 #define sd_mode(sdp) (__le16_to_cpu((sdp)->sd_mode)) argument
349 #define sd_size(sdp) (__le32_to_cpu((sdp)->sd_size)) argument
350 #define sd_size_hi(sdp) (__le32_to_cpu((sdp)->sd_size_hi)) argument