Searched refs:LP_SD (Results 1 – 2 of 2) sorted by relevance
286 len = strlcpy(path, LP_SD(lp), sizeof(path)); in lp_readqueue()289 __func__, LP_SD(lp)); in lp_readqueue()404 r = snprintf(dst, sz, "%s/%s", LP_SD(lp), fname); in fullpath()829 path[strlen(LP_SD(lp)) + 1] = 'c'; in lp_create()835 path[strlen(LP_SD(lp)) + 1] = 't'; in lp_create()859 ipath[strlen(LP_SD(lp)) + 1] = 't'; in lp_commit()860 opath[strlen(LP_SD(lp)) + 1] = 'c'; in lp_commit()921 if (statfs(LP_SD(lp), &st) == -1) in checksize()
58 #define LP_SD(p) (((p)->lp_sd) ? ((p)->lp_sd) : DEFAULT_SD) macro